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:
parent
b55e78510b
commit
9ff79a3bf5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class DATABASE_CONFIG {
|
||||||
'datasource' => 'Database/Mysql',
|
'datasource' => 'Database/Mysql',
|
||||||
'persistent' => false,
|
'persistent' => false,
|
||||||
'host' => 'localhost',
|
'host' => 'localhost',
|
||||||
'login' => '__DB_USER__',
|
'login' => '__DB_NAME__',
|
||||||
'password' => '__DB_PWD__',
|
'password' => '__DB_PWD__',
|
||||||
'database' => '__DB_NAME__',
|
'database' => '__DB_NAME__',
|
||||||
'encoding' => 'utf8',
|
'encoding' => 'utf8',
|
||||||
|
|
Loading…
Add table
Reference in a new issue