Commit 928df8df authored by liuqiao's avatar liuqiao

修改测试库地址

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