Authored by 陈峰

Merge branch 'feature/risk' into 'release/9.19'

update node-lib and change config



See merge request !1545
... ... @@ -56,7 +56,8 @@ module.exports = {
report: {
host: 'badjs.yoho.cn',
port: 80,
db: 'web-apm'
db: 'web-apm',
immediate: true
},
subDomains: {
host: '.m.yohobuy.com',
... ... @@ -237,9 +238,10 @@ if (isProduction) {
}
},
report: {
host: 'badjs.yoho.cn',
host: 'badjs.yohoops.org',
port: 80,
db: 'web-apm'
db: 'web-apm',
immediate: true
},
monitorReport: {
host: '10.66.4.25',
... ...
... ... @@ -87,7 +87,7 @@
"xml2js": "^0.4.19",
"yoho-express-session": "^2.0.0",
"yoho-md5": "^2.0.0",
"yoho-node-lib": "=0.6.28",
"yoho-node-lib": "=0.6.29",
"yoho-zookeeper": "^1.0.10"
},
"devDependencies": {
... ...