Commit f817d5eb authored by chenlei's avatar chenlei

福州站测试数据库

parent 8ffcab55
......@@ -315,7 +315,7 @@ if( IS_ENV_TEST || $server_ip =='192.168.105.107')
$db['db']['hostname'] = $db_hostname;
//$db['db']['hostname'] = 'master_nj_esf';
$db['db']['username'] = 'root';
$db['db']['password'] = 'idontcare';
$db['db']['password'] = 'd53b21ffb24d9c34';
$db['db']['database'] = $db_database;
$db['db']['dbdriver'] = 'mysql';
$db['db']['dbprefix'] = '';
......@@ -336,7 +336,7 @@ if( IS_ENV_TEST || $server_ip =='192.168.105.107')
//从库
$db['dbback']['hostname'] = $dbback_hostname;
$db['dbback']['username'] = 'root';
$db['dbback']['password'] = 'idontcare';
$db['dbback']['password'] = 'd53b21ffb24d9c34';
$db['dbback']['database'] = $db_database;
$db['dbback']['dbdriver'] = 'mysql';
$db['dbback']['dbprefix'] = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment