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(👎🏻🍜)
8 years ago
Commit
6aab3715440a13cb5c853a695ff0a6356c565944
2 parents
4bb9a304
767ee07a
Merge remote-tracking branch 'origin/feature/del-some-config' into hotfix/student
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
app.js
config/common.js
app.js
View file @
6aab371
...
...
@@ -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 @
6aab371
...
...
@@ -67,11 +67,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'
,
...
...
Please
register
or
login
to post a comment