Authored by 陈峰

修改influxdb配置

@@ -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 });