Authored by 陈峰

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

Feature/redis url



See merge request !84
@@ -119,8 +119,9 @@ if (isProduction) { @@ -119,8 +119,9 @@ if (isProduction) {
119 }, 119 },
120 redis: { 120 redis: {
121 connect: { 121 connect: {
122 - host: 'web.redis.yohoops.org', 122 + host: 'redis.web.yohoops.org',
123 port: '6379', 123 port: '6379',
  124 + password: 'redis9646',
124 enable_offline_queue: false, 125 enable_offline_queue: false,
125 retry_strategy(options) { 126 retry_strategy(options) {
126 if (options.error && options.error.code === 'ECONNREFUSED') { 127 if (options.error && options.error.code === 'ECONNREFUSED') {