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-08-17 13:47:11 +0800
Commit
6daea82b3eb90145a6b456b410c940f7eaa4046d
1 parent
6aa2a6a1
fix influxdb ip
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
apps/logger/influxdb.js
apps/web/actions/monitor.js
apps/logger/influxdb.js
View file @
6daea82
...
...
@@ -8,7 +8,7 @@ const influx = require('influx');
let
client
=
influx
({
hosts
:
[{
host
:
'
54.222.219.223
'
,
host
:
'
172.31.56.150
'
,
port
:
8086
,
protocol
:
'http'
}],
...
...
apps/web/actions/monitor.js
View file @
6daea82
...
...
@@ -27,6 +27,10 @@ const monitor = {
name
:
'线上环境'
,
value
:
'production'
,
checked
:
env
===
'production'
},{
name
:
'灰度环境'
,
value
:
'preview'
,
checked
:
env
===
'preview'
},
{
name
:
'测试环境'
,
value
:
'test'
,
...
...
Please
register
or
login
to post a comment