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