Authored by 陈峰

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

Feature/redis url



See merge request !253
... ... @@ -221,8 +221,9 @@ if (isProduction) {
zookeeperServer: 'web.zookeeper.yohoops.org:2181',
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') {
... ...