module(wp): user/password back
This commit is contained in:
parent
3160de54ec
commit
acac6b316d
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
define('DB_NAME', '${dbConfig.name}');
|
define('DB_NAME', '${dbConfig.name}');
|
||||||
define('DB_HOST', '${dbConfig.host}');
|
define('DB_HOST', '${dbConfig.host}');
|
||||||
|
define('DB_USER', '${dbConfig.user}');
|
||||||
|
define('DB_PASSWORD', '${dbConfig.password}');
|
||||||
define('DB_CHARSET', '${dbConfig.charset}');
|
define('DB_CHARSET', '${dbConfig.charset}');
|
||||||
$table_prefix = '${dbConfig.tablePrefix}';
|
$table_prefix = '${dbConfig.tablePrefix}';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue