...
|
...
|
@@ -9,7 +9,7 @@ const defaults = { |
|
|
buildDir: path.normalize(__dirname + '/../packages/'),
|
|
|
dbDir: path.normalize(__dirname + '/../db'),
|
|
|
influxdb: {
|
|
|
host: 'influxdblog.web.yohoops.org',
|
|
|
host: '172.31.26.70',
|
|
|
port: 4444,
|
|
|
},
|
|
|
apm: {
|
...
|
...
|
@@ -97,7 +97,7 @@ const specific = { |
|
|
},
|
|
|
redis: {
|
|
|
connect: {
|
|
|
host: 'web.redis.yohoops.org',
|
|
|
host: '172.31.27.179',
|
|
|
port: '6379',
|
|
|
retry_strategy: options => {
|
|
|
if (options.error && options.error.code === 'ECONNREFUSED') {
|
...
|
...
|
|