Commit d26c99be authored by zhangkuanguang's avatar zhangkuanguang

本地化

parent f75d35e7
...@@ -166,7 +166,7 @@ if($server_ip =='192.168.105.107') ...@@ -166,7 +166,7 @@ if($server_ip =='192.168.105.107')
//从库轮询 //从库轮询
$nowtime = date('G'); $nowtime = date('G');
$dbback_hostname = '172.17.1.50'; $dbback_hostname = $host_city_nj;
//从库 //从库
$db['dbback']['hostname'] = $dbback_hostname; $db['dbback']['hostname'] = $dbback_hostname;
...@@ -204,7 +204,7 @@ if($server_ip =='192.168.105.107') ...@@ -204,7 +204,7 @@ if($server_ip =='192.168.105.107')
//系统库 //系统库
$db['dbsystem']['hostname'] = '172.17.1.50'; $db['dbsystem']['hostname'] = $host_city_nj;
$db['dbsystem']['username'] = 'root'; $db['dbsystem']['username'] = 'root';
$db['dbsystem']['password'] = 'idontcare'; $db['dbsystem']['password'] = 'idontcare';
$db['dbsystem']['database'] = 'esf_admin'; $db['dbsystem']['database'] = 'esf_admin';
......
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