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-10-18 20:00:57 +0800
Commit
092cdea8d8ed6523027733ddf77c1e7cbf96dd06
1 parent
4177aa42
删除测试配置
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
apps/.DS_Store
apps/logger/influxdb.js
apps/.DS_Store
0 → 100644
View file @
092cdea
No preview for this file type
apps/logger/influxdb.js
View file @
092cdea
...
...
@@ -8,14 +8,11 @@ const influx = require('influx');
let
client
=
influx
({
hosts
:
[{
//host: 'influxdblog.yohoops.org',
//port: 8086,
host
:
'127.0.0.1'
,
host
:
'influxdblog.yohoops.org'
,
port
:
8086
,
protocol
:
'http'
}],
//database: 'udp'
database
:
'test'
database
:
'udp'
});
const
db
=
{
...
...
Please
register
or
login
to post a comment