Authored by 周少峰

update version and product report config

... ... @@ -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) {
... ...
... ... @@ -55,7 +55,7 @@
"urlencode": "^1.1.0",
"uuid": "^2.0.2",
"yoho-express-session": "^2.0.0",
"yoho-node-lib": "=0.5.4",
"yoho-node-lib": "=0.5.5",
"yoho-zookeeper": "^1.0.8"
},
"devDependencies": {
... ...