Authored by 陈峰

Merge branch 'feature/redis-url' into 'master'

Feature/redis url



See merge request !84
... ... @@ -119,8 +119,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') {
... ...