Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2017-04-06 15:08:01 +0800
Commit
cb66ba0b4e85a8b469719d571d6e5d39e9188bad
2 parents
36fb22cc
767ee07a
Merge remote-tracking branch 'origin/feature/del-some-config' into release/5.6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
app.js
config/common.js
package.json
app.js
View file @
cb66ba0
...
...
@@ -73,7 +73,6 @@ app.use(global.yoho.hbs({
helpers
:
_
.
assign
(
global
.
yoho
.
helpers
,
require
(
'./utils/helpers'
))
}));
app
.
use
(
global
.
yoho
.
middleware
());
app
.
use
(
bodyParser
.
json
());
app
.
use
(
bodyParser
.
urlencoded
({
...
...
config/common.js
View file @
cb66ba0
...
...
@@ -73,11 +73,6 @@ module.exports = {
handleExceptions
:
true
,
maxFiles
:
7
},
udp
:
{
// send by udp
measurement
:
'yohobuy_wap_node_log'
,
level
:
'error'
,
// logger level
port
:
'4444'
// influxdb port
},
console
:
{
level
:
'info'
,
colorize
:
'all'
,
...
...
package.json
View file @
cb66ba0
{
"name"
:
"m-yohobuy-node"
,
"version"
:
"5.
5.11
"
,
"version"
:
"5.
6.0
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
@@ -50,7 +50,7 @@
"xml2js"
:
"^0.4.17"
,
"yoho-express-session"
:
"^2.0.0"
,
"yoho-md5"
:
"^2.0.0"
,
"yoho-node-lib"
:
"=0.2.1
1
"
,
"yoho-node-lib"
:
"=0.2.1
4
"
,
"yoho-zookeeper"
:
"^1.0.8"
},
"devDependencies"
:
{
...
...
Please
register
or
login
to post a comment