Showing
1 changed file
with
1 additions
and
1 deletions
@@ -9,9 +9,9 @@ const influx = require('influx'); | @@ -9,9 +9,9 @@ const influx = require('influx'); | ||
9 | let client = influx({ | 9 | let client = influx({ |
10 | hosts: [{ | 10 | hosts: [{ |
11 | host: '10.66.1.150', | 11 | host: '10.66.1.150', |
12 | + | ||
12 | port: 8086, | 13 | port: 8086, |
13 | protocol: 'http' | 14 | protocol: 'http' |
14 | - | ||
15 | }], | 15 | }], |
16 | database: 'udp' | 16 | database: 'udp' |
17 | }); | 17 | }); |
-
Please register or login to post a comment