|
@@ -56,7 +56,7 @@ $config['db'][1]['dbcharset'] = 'UTF-8';
|
|
|
$config['db']['slave'][0]['dbhost'] = SLAVE_DBHOST;
|
|
|
$config['db']['slave'][0]['dbport'] = '3306';
|
|
|
$config['db']['slave'][0]['dbuser'] = 'root';
|
|
|
-$config['db']['slave'][0]['dbpwd'] = 'yezi131419';
|
|
|
+$config['db']['slave'][0]['dbpwd'] = 'XTZ@shop@951688';
|
|
|
$config['db']['slave'][0]['dbname'] = 'xyzshop';
|
|
|
$config['db']['slave'][0]['dbcharset'] = 'UTF-8';
|
|
|
|
|
@@ -75,7 +75,7 @@ $config['redis']['slave']['host'] = SLAVE_REDISHOST;
|
|
|
$config['redis']['slave']['port'] = 6379;
|
|
|
$config['redis']['slave']['pconnect'] = 0;
|
|
|
|
|
|
-$config['coroutine']['redis_host'] = '172.26.105.125';
|
|
|
+$config['coroutine']['redis_host'] = COROUTINE_REDISHOST;
|
|
|
$config['coroutine']['redis_port'] = 6379;
|
|
|
|
|
|
|