Commit 1beb7520 authored by zhangkuanguang's avatar zhangkuanguang

测试环境

parent 22d08316
......@@ -13,7 +13,7 @@ if($server_ip == '192.168.105.107')
$memcached['servers'] = array(
'default' => array(
'host' => '127.0.0.1',
'port' => '1122',
'port' => '11211',
'weight' => '1',
'persistent' => FALSE
)
......@@ -22,7 +22,7 @@ if($server_ip == '192.168.105.107')
$memcached['servers2'] = array(
'default' => array(
'host' => '127.0.0.1',
'port' => '1122',
'port' => '11211',
'weight' => '1',
'persistent' => FALSE
)
......@@ -31,7 +31,7 @@ if($server_ip == '192.168.105.107')
$memcached['servers3'] = array(
'default' => array(
'host' => '127.0.0.1',
'port' => '1122',
'port' => '11211',
'weight' => '1',
'persistent' => FALSE
)
......
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