Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-apm
·
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
陈峰
2017-09-25 18:54:10 +0800
Commit
faab92316dda4d97311cbf9395d72a1847ad716e
1 parent
847634cc
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
common/config.js
common/config.js
View file @
faab923
...
...
@@ -49,7 +49,8 @@ module.exports = {
if
(
isProduction
)
{
Object
.
assign
(
module
.
exports
,
{
report
:
{
host
:
'influxdblog.web.yohoops.org'
,
host
:
'10.66.0.139'
,
port
:
8086
,
db
:
'web-apm'
,
measurement
:
'api-duration'
,
duration
:
2000
,
...
...
Please
register
or
login
to post a comment