...
|
...
|
@@ -132,6 +132,7 @@ module.exports = { |
|
|
connect: {
|
|
|
host: '127.0.0.1',
|
|
|
port: '6379',
|
|
|
password: '',
|
|
|
enable_offline_queue: false,
|
|
|
retry_strategy(options) {
|
|
|
if (options.error && options.error.code === 'ECONNREFUSED') {
|
...
|
...
|
@@ -215,8 +216,9 @@ if (isProduction) { |
|
|
},
|
|
|
redis: {
|
|
|
connect: {
|
|
|
host: 'web.redis.yohoops.org',
|
|
|
host: 'redis.web.yohoops.org',
|
|
|
port: '6379',
|
|
|
password: 'redis9646',
|
|
|
enable_offline_queue: false,
|
|
|
retry_strategy(options) {
|
|
|
if (options.error && options.error.code === 'ECONNREFUSED') {
|
...
|
...
|
|