Authored by yyq

change redis config

... ... @@ -96,7 +96,7 @@ module.exports = {
jsSdk: '//cdn.yoho.cn/js-sdk/1.3.10/jssdk.js',
redis: {
connect: {
host: '192.168.104.201',
host: '192.168.102.49',
port: '6379',
enable_offline_queue: false,
retry_strategy(options) {
... ... @@ -114,7 +114,7 @@ module.exports = {
},
},
session: {
host: '192.168.104.201',
host: '127.0.0.1',
port: '6379',
prefix: 'yohobuy_session:',
},
... ...