1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mineweb_ynh.git synced 2024-09-03 19:45:54 +02:00

Update database.php

This commit is contained in:
ericgaspar 2021-04-20 19:52:29 +02:00
parent b55e78510b
commit 9ff79a3bf5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -5,7 +5,7 @@ class DATABASE_CONFIG {
'datasource' => 'Database/Mysql',
'persistent' => false,
'host' => 'localhost',
'login' => '__DB_USER__',
'login' => '__DB_NAME__',
'password' => '__DB_PWD__',
'database' => '__DB_NAME__',
'encoding' => 'utf8',