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:
parent
f5341d8c96
commit
70251445d4
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", "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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue