Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
2016-11-02 10:38:52 +0800
Commit
269a957815853aa08c142de4161bea85651c1ea0
1 parent
e1136130
将influxdb的host改为域名
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/config.js
config/config.js
View file @
269a957
...
...
@@ -9,7 +9,7 @@ const defaults = {
buildDir
:
path
.
normalize
(
__dirname
+
'/../packages/'
),
dbDir
:
path
.
normalize
(
__dirname
+
'/../db'
),
influxdb
:
{
host
:
'
54.222.219.223
'
,
host
:
'
influxdblog.web.yohoops.org
'
,
port
:
4444
}
};
...
...
Please
register
or
login
to post a comment