Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
2017-10-26 09:47:04 +0800
Commit
858fc9b64bdaecc3f5d623e07132bfeea14b51a6
2 parents
3ca16ea9
b9bfad48
Merge branch 'feature/qps' of git.yoho.cn:fe/yohobuy-node into feature/qps
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
app.js
app.js
View file @
858fc9b
...
...
@@ -5,9 +5,9 @@
*/
'use strict'
;
if
(
process
.
env
.
USE_APM
===
'1'
&&
process
.
env
.
NODE_ENV
===
'production'
)
{
require
(
'oneapm'
);
}
// if (process.env.USE_APM === '1' && process.env.NODE_ENV === 'production') {
// require('oneapm');
// }
const
config
=
require
(
'./config/common'
);
...
...
Please
register
or
login
to post a comment