Showing
1 changed file
with
1 additions
and
1 deletions
@@ -97,7 +97,7 @@ const specific = { | @@ -97,7 +97,7 @@ const specific = { | ||
97 | }, | 97 | }, |
98 | redis: { | 98 | redis: { |
99 | connect: { | 99 | connect: { |
100 | - host: '172.31.27.179', | 100 | + host: 'web.redis.yohoops.org', |
101 | port: '6379', | 101 | port: '6379', |
102 | retry_strategy: options => { | 102 | retry_strategy: options => { |
103 | if (options.error && options.error.code === 'ECONNREFUSED') { | 103 | if (options.error && options.error.code === 'ECONNREFUSED') { |
-
Please register or login to post a comment