Authored by 陈峰

修改influxdb配置

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