Authored by 陈峰

修改influxdb配置

... ... @@ -9,9 +9,9 @@ const influx = require('influx');
let client = influx({
hosts: [{
host: '10.66.1.150',
port: 8086,
protocol: 'http'
}],
database: 'udp'
});
... ...