Authored by htoooth

change config report

@@ -33,8 +33,8 @@ module.exports = { @@ -33,8 +33,8 @@ module.exports = {
33 testCode: 'yoho4946abcdef#$%&!@', 33 testCode: 'yoho4946abcdef#$%&!@',
34 domains: domains, 34 domains: domains,
35 report: { 35 report: {
36 - host: '10.66.0.139',  
37 - port: 8086, 36 + host: 'badjs.yoho.cn',
  37 + port: 80,
38 db: 'web-apm' 38 db: 'web-apm'
39 }, 39 },
40 subDomains: { 40 subDomains: {
@@ -213,8 +213,8 @@ if (isProduction) { @@ -213,8 +213,8 @@ if (isProduction) {
213 } 213 }
214 }, 214 },
215 report: { 215 report: {
216 - host: 'influxdblog.web.yohoops.org',  
217 - port: 8086, 216 + host: 'badjs.yoho.cn',
  217 + port: 80,
218 db: 'web-apm' 218 db: 'web-apm'
219 } 219 }
220 }); 220 });