Merge branch 'feature/risk' into 'release/9.19'
update node-lib and change config See merge request !1545
Showing
2 changed files
with
6 additions
and
4 deletions
@@ -56,7 +56,8 @@ module.exports = { | @@ -56,7 +56,8 @@ module.exports = { | ||
56 | report: { | 56 | report: { |
57 | host: 'badjs.yoho.cn', | 57 | host: 'badjs.yoho.cn', |
58 | port: 80, | 58 | port: 80, |
59 | - db: 'web-apm' | 59 | + db: 'web-apm', |
60 | + immediate: true | ||
60 | }, | 61 | }, |
61 | subDomains: { | 62 | subDomains: { |
62 | host: '.m.yohobuy.com', | 63 | host: '.m.yohobuy.com', |
@@ -237,9 +238,10 @@ if (isProduction) { | @@ -237,9 +238,10 @@ if (isProduction) { | ||
237 | } | 238 | } |
238 | }, | 239 | }, |
239 | report: { | 240 | report: { |
240 | - host: 'badjs.yoho.cn', | 241 | + host: 'badjs.yohoops.org', |
241 | port: 80, | 242 | port: 80, |
242 | - db: 'web-apm' | 243 | + db: 'web-apm', |
244 | + immediate: true | ||
243 | }, | 245 | }, |
244 | monitorReport: { | 246 | monitorReport: { |
245 | host: '10.66.4.25', | 247 | host: '10.66.4.25', |
@@ -87,7 +87,7 @@ | @@ -87,7 +87,7 @@ | ||
87 | "xml2js": "^0.4.19", | 87 | "xml2js": "^0.4.19", |
88 | "yoho-express-session": "^2.0.0", | 88 | "yoho-express-session": "^2.0.0", |
89 | "yoho-md5": "^2.0.0", | 89 | "yoho-md5": "^2.0.0", |
90 | - "yoho-node-lib": "=0.6.28", | 90 | + "yoho-node-lib": "=0.6.29", |
91 | "yoho-zookeeper": "^1.0.10" | 91 | "yoho-zookeeper": "^1.0.10" |
92 | }, | 92 | }, |
93 | "devDependencies": { | 93 | "devDependencies": { |
-
Please register or login to post a comment