This commit is contained in:
Pinga 2023-08-27 18:41:21 +03:00
parent b7065fcaa6
commit 6181ece4de
9 changed files with 84 additions and 84 deletions

10
das/config.php.dist Normal file
View file

@ -0,0 +1,10 @@
<?php
return [
'db_type' => 'mysql',
'db_host' => 'localhost',
'db_port' => 3306,
'db_database' => 'your_database_name',
'db_username' => 'your_username',
'db_password' => 'your_password'
];