2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Updated README file to describe a basic install and pointed users to it if no database installed

This commit is contained in:
Adam Zammit
2015-12-10 10:48:13 +11:00
parent 2f557eee21
commit 07620e1db6
3 changed files with 32 additions and 4 deletions

View File

@@ -60,8 +60,8 @@ define('QUEXS_PATH', '/quexs/');
/**
* Database configuration for queXS
*/
define('DB_USER', 'quexs');
define('DB_PASS', 'quexs');
define('DB_USER', 'root');
define('DB_PASS', '');
define('DB_HOST', 'localhost');
define('DB_NAME', 'quexs');