Use user “questlab” in database scripts and configuration
This commit is contained in:
parent
e62ca15a66
commit
81e5b72f3d
4 changed files with 27 additions and 36 deletions
|
|
@ -450,10 +450,10 @@
|
|||
* @var array
|
||||
*/
|
||||
public static $database = array(
|
||||
'user' => 'z',
|
||||
'user' => 'questlab',
|
||||
'host' => 'localhost',
|
||||
'password' => 'legendofZ',
|
||||
'db' => 'z'
|
||||
'password' => 'questlab',
|
||||
'db' => 'questlab'
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue