Update config.php
This commit is contained in:
parent
e7afe09986
commit
fbbda31267
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Config {
|
|||
|
||||
const DB_HOST = 'localhost';
|
||||
const DB_NAME = '__DB_NAME__';
|
||||
const DB_USERNAME = '__DB_NAME__';
|
||||
const DB_USERNAME = '__DB_USER__';
|
||||
const DB_PASSWORD = '__DB_PWD__';
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue