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

Merge pull request #4 from YunoHost-Apps/testing

Fix missing file
This commit is contained in:
yalh76 2022-03-02 02:16:02 +01:00 committed by GitHub
commit f3cef55c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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' );
?>