Fix application config v2

This commit is contained in:
Djery-Tom 2021-01-29 09:40:21 +01:00
parent 19eb829eb1
commit 5dd093a8af
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ $db['default'] = array(
'dsn' => '', 'dsn' => '',
'hostname' => 'localhost', 'hostname' => 'localhost',
'username' => 'root', 'username' => 'root',
'password' => 'vps@2017', 'password' => 'vps@2017GA',
'database' => 'iLink_prod', 'database' => 'iLink_prod',
'dbdriver' => 'mysqli', 'dbdriver' => 'mysqli',
'dbprefix' => '', 'dbprefix' => '',