1
0
Fork 0
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:
yalh76 2022-04-13 22:25:43 +02:00
parent 0f145c9bb1
commit 094259ceea

View file

@ -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 */