Use user “questlab” in database scripts and configuration

This commit is contained in:
coderkun 2019-04-13 19:16:50 +02:00
commit 81e5b72f3d
4 changed files with 27 additions and 36 deletions

View file

@ -450,10 +450,10 @@
* @var array
*/
public static $database = array(
'user' => 'z',
'user' => 'questlab',
'host' => 'localhost',
'password' => 'legendofZ',
'db' => 'z'
'password' => 'questlab',
'db' => 'questlab'
);