...
|
...
|
@@ -230,12 +230,12 @@ if (isProduction) { |
|
|
return 1000 * 60 * 60 * 0.5;
|
|
|
}
|
|
|
return Math.min(options.attempt * 100, 1000);
|
|
|
},
|
|
|
report: {
|
|
|
host: 'influxdblog.web.yohoops.org',
|
|
|
port: 8086,
|
|
|
db: 'web-apm'
|
|
|
}
|
|
|
},
|
|
|
report: {
|
|
|
host: 'influxdblog.web.yohoops.org',
|
|
|
port: 8086,
|
|
|
db: 'web-apm'
|
|
|
}
|
|
|
});
|
|
|
} else if (isTest) {
|
...
|
...
|
|