Commit 928df8df authored by liuqiao's avatar liuqiao

修改测试库地址

parent dbf0370b
...@@ -13,7 +13,7 @@ $IpHostAllow =explode('.',GetIp()); ...@@ -13,7 +13,7 @@ $IpHostAllow =explode('.',GetIp());
if($IpHostAllow['0']=='192' || $IpHostAllow['0']=='127') if($IpHostAllow['0']=='192' || $IpHostAllow['0']=='127')
{ {
$config['public'] = array( $config['public'] = array(
'host' => '172.17.1.50', 'host' => '192.168.105.243',
'port' => '3306', 'port' => '3306',
'user' => 'root', 'user' => 'root',
'pass' => 'idontcare', 'pass' => 'idontcare',
...@@ -47,7 +47,7 @@ $config['sellRead'] = array( ...@@ -47,7 +47,7 @@ $config['sellRead'] = array(
'host' => array( 'host' => array(
//'172.17.1.131', //'172.17.1.131',
//'172.17.1.92', //'172.17.1.92',
'172.17.1.50', '192.168.105.243',
), ),
'port' => '3306', 'port' => '3306',
'user' => 'root', 'user' => 'root',
......
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