Merge remote-tracking branch 'origin/feature/del-some-config' into release/5.6
Showing
3 changed files
with
2 additions
and
8 deletions
@@ -73,7 +73,6 @@ app.use(global.yoho.hbs({ | @@ -73,7 +73,6 @@ app.use(global.yoho.hbs({ | ||
73 | helpers: _.assign(global.yoho.helpers, require('./utils/helpers')) | 73 | helpers: _.assign(global.yoho.helpers, require('./utils/helpers')) |
74 | })); | 74 | })); |
75 | 75 | ||
76 | -app.use(global.yoho.middleware()); | ||
77 | 76 | ||
78 | app.use(bodyParser.json()); | 77 | app.use(bodyParser.json()); |
79 | app.use(bodyParser.urlencoded({ | 78 | app.use(bodyParser.urlencoded({ |
@@ -73,11 +73,6 @@ module.exports = { | @@ -73,11 +73,6 @@ module.exports = { | ||
73 | handleExceptions: true, | 73 | handleExceptions: true, |
74 | maxFiles: 7 | 74 | maxFiles: 7 |
75 | }, | 75 | }, |
76 | - udp: { // send by udp | ||
77 | - measurement: 'yohobuy_wap_node_log', | ||
78 | - level: 'error', // logger level | ||
79 | - port: '4444' // influxdb port | ||
80 | - }, | ||
81 | console: { | 76 | console: { |
82 | level: 'info', | 77 | level: 'info', |
83 | colorize: 'all', | 78 | colorize: 'all', |
1 | { | 1 | { |
2 | "name": "m-yohobuy-node", | 2 | "name": "m-yohobuy-node", |
3 | - "version": "5.5.11", | 3 | + "version": "5.6.0", |
4 | "private": true, | 4 | "private": true, |
5 | "description": "A New Yohobuy Project With Express", | 5 | "description": "A New Yohobuy Project With Express", |
6 | "repository": { | 6 | "repository": { |
@@ -50,7 +50,7 @@ | @@ -50,7 +50,7 @@ | ||
50 | "xml2js": "^0.4.17", | 50 | "xml2js": "^0.4.17", |
51 | "yoho-express-session": "^2.0.0", | 51 | "yoho-express-session": "^2.0.0", |
52 | "yoho-md5": "^2.0.0", | 52 | "yoho-md5": "^2.0.0", |
53 | - "yoho-node-lib": "=0.2.11", | 53 | + "yoho-node-lib": "=0.2.14", |
54 | "yoho-zookeeper": "^1.0.8" | 54 | "yoho-zookeeper": "^1.0.8" |
55 | }, | 55 | }, |
56 | "devDependencies": { | 56 | "devDependencies": { |
-
Please register or login to post a comment