Commit 1beb7520 authored by zhangkuanguang's avatar zhangkuanguang

测试环境

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