Authored by 陈峰

修改influxdb配置

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