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
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-10-28 16:11:09 +0800
Commit
4caa5466f757589607ec0dd5d3ac8a41a8cbd739
1 parent
c895432e
remove keep alive
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
17 deletions
oneapm.js
package.json
oneapm.js
deleted
100644 → 0
View file @
c895432
/**
* OneAPM agent configuration
*/
const
commonConfig
=
require
(
'./config/common'
);
exports
.
config
=
{
app_name
:
[
commonConfig
.
appName
],
license_key
:
'BwEGA1dRDlQ6357HHQ1AD1xJVkbc9fNfWRtQUwhQG41c5QFWGFIDSQoHc0e8AgMaUlcUVw0='
,
logging
:
{
level
:
'info'
},
transaction_events
:
{
enabled
:
true
}
};
package.json
View file @
4caa546
...
...
@@ -39,7 +39,7 @@
"request-promise"
:
"^3.0.0"
,
"serve-favicon"
:
"^2.3.0"
,
"uuid"
:
"^2.0.3"
,
"yoho-node-lib"
:
"0.1.2
8
"
,
"yoho-node-lib"
:
"0.1.2
9
"
,
"yoho-zookeeper"
:
"^1.0.3"
},
"devDependencies"
:
{
...
...
Please
register
or
login
to post a comment