Showing
2 changed files
with
2 additions
and
5 deletions
apps/.DS_Store
0 → 100644
No preview for this file type
@@ -8,14 +8,11 @@ const influx = require('influx'); | @@ -8,14 +8,11 @@ const influx = require('influx'); | ||
8 | 8 | ||
9 | let client = influx({ | 9 | let client = influx({ |
10 | hosts: [{ | 10 | hosts: [{ |
11 | - //host: 'influxdblog.yohoops.org', | ||
12 | - //port: 8086, | ||
13 | - host: '127.0.0.1', | 11 | + host: 'influxdblog.yohoops.org', |
14 | port: 8086, | 12 | port: 8086, |
15 | protocol: 'http' | 13 | protocol: 'http' |
16 | }], | 14 | }], |
17 | - //database: 'udp' | ||
18 | - database: 'test' | 15 | + database: 'udp' |
19 | }); | 16 | }); |
20 | 17 | ||
21 | const db = { | 18 | const db = { |
-
Please register or login to post a comment