|
@@ -71,7 +71,7 @@ $config['redis']['prefix'] = 'nc_';
|
|
|
$config['redis']['master']['host'] = MASTER_REDISHOST;
|
|
|
$config['redis']['master']['port'] = 6379;
|
|
|
$config['redis']['master']['pconnect'] = 0;
|
|
|
-$config['redis']['slave']['host'] = SLAVE_REDISHOST;
|
|
|
+$config['redis']['slave']['host'] = '172.17.0.1';//SLAVE_REDISHOST;
|
|
|
$config['redis']['slave']['port'] = 6379;
|
|
|
$config['redis']['slave']['pconnect'] = 0;
|
|
|
|