mirror of
https://github.com/YunoHost-Apps/lxd-dashboard_ynh.git
synced 2024-09-03 19:36:18 +02:00
commit
f3cef55c6e
1 changed files with 7 additions and 0 deletions
7
conf/db_config.php
Normal file
7
conf/db_config.php
Normal 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' );
|
||||
?>
|
Loading…
Reference in a new issue