Showing
1 changed file
with
1 additions
and
1 deletions
@@ -115,7 +115,7 @@ module.exports = { | @@ -115,7 +115,7 @@ module.exports = { | ||
115 | jsSdk: '//cdn.yoho.cn/js-sdk/1.2.10/jssdk.js', | 115 | jsSdk: '//cdn.yoho.cn/js-sdk/1.2.10/jssdk.js', |
116 | redis: { | 116 | redis: { |
117 | connect: { | 117 | connect: { |
118 | - host: '192.168.102.49', | 118 | + host: '127.0.0.1', |
119 | port: '6379', | 119 | port: '6379', |
120 | retry_strategy(options) { | 120 | retry_strategy(options) { |
121 | if (options.error && options.error.code === 'ECONNREFUSED') { | 121 | if (options.error && options.error.code === 'ECONNREFUSED') { |
-
Please register or login to post a comment