Merge branch 'hotfix/redisConfig' into 'master'
'redis换成域名' See merge request !30
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -84,8 +84,9 @@ const specific = { | @@ -84,8 +84,9 @@ const specific = { | ||
84 | }, | 84 | }, |
85 | redis: { | 85 | redis: { |
86 | connect: { | 86 | connect: { |
87 | - host: '10.66.1.192', | 87 | + host: 'redis.web.yohoops.org', |
88 | port: '6379', | 88 | port: '6379', |
89 | + password: 'redis9646', | ||
89 | retry_strategy: options => { | 90 | retry_strategy: options => { |
90 | if (options.error && options.error.code === 'ECONNREFUSED') { | 91 | if (options.error && options.error.code === 'ECONNREFUSED') { |
91 | console.log('redis连接不成功'); | 92 | console.log('redis连接不成功'); |
-
Please register or login to post a comment