1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd-dashboard_ynh.git synced 2024-09-03 19:36:18 +02:00

Fix missing file

This commit is contained in:
yalh76 2022-03-02 02:15:35 +01:00
parent 1ea487609e
commit 2a8041663b

7
conf/db_config.php Normal file
View file

@ -0,0 +1,7 @@
<?php
define( 'DB_TYPE', 'mysql' );
define( 'DB_NAME', '__DB_NAME__' );
define( 'DB_USER', '__DB_USER__' );
define( 'DB_PASSWORD', '__DB_PWD__' );
define( 'DB_HOST', 'localhost' );
?>