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.mysql

This commit is contained in:
yalh76 2022-04-14 08:20:58 +02:00
parent f5341d8c96
commit 70251445d4

View file

@ -14,7 +14,7 @@ define("HOST_DB", "localhost");
/* tcp port for the database */
define("PORT_DB", "3306");
/* 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 */