mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
Update config.inc.php.dist
This commit is contained in:
parent
0f145c9bb1
commit
094259ceea
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ define("HOST_DB", "localhost");
|
|||
/* tcp port for the database */
|
||||
define("PORT_DB", "5432");
|
||||
/* the username for the database */
|
||||
define("USER_DB", "__DB_NAME__");
|
||||
define("USER_DB", "__DB_USER__");
|
||||
/* password for the username define above */
|
||||
define("PWD_DB", "__DB_PWD__");
|
||||
/* the database name */
|
||||
|
|
Loading…
Reference in a new issue