Authored by 陈峰

Merge branch 'hotfix/redisConfig' into 'master'

'redis换成域名'



See merge request !30
... ... @@ -84,8 +84,9 @@ const specific = {
},
redis: {
connect: {
host: '10.66.1.192',
host: 'redis.web.yohoops.org',
port: '6379',
password: 'redis9646',
retry_strategy: options => {
if (options.error && options.error.code === 'ECONNREFUSED') {
console.log('redis连接不成功');
... ...