Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
static-ci
·
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
Plain Diff
Browse Files
Authored by
xuqi
2016-08-19 17:37:17 +0800
Commit
851277b7db41e2a68cd34c3bd1ddfcf73e483d32
2 parents
7646d852
6daea82b
Merge branch 'master' of
http://git.yoho.cn/xu/static-ci
into develop
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
apps/logger/influxdb.js
apps/web/actions/monitor.js
apps/web/views/layouts/layout.hbs
apps/logger/influxdb.js
View file @
851277b
...
...
@@ -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 @
851277b
...
...
@@ -27,6 +27,10 @@ const monitor = {
name
:
'线上环境'
,
value
:
'production'
,
checked
:
env
===
'production'
},{
name
:
'灰度环境'
,
value
:
'preview'
,
checked
:
env
===
'preview'
},
{
name
:
'测试环境'
,
value
:
'test'
,
...
...
apps/web/views/layouts/layout.hbs
View file @
851277b
<!DOCTYPE html>
<html
lang=
"
en
"
>
<html
lang=
"
zh-CN
"
>
<head>
<meta
charset=
"utf-8"
>
...
...
Please
register
or
login
to post a comment