Authored by 陈峰

修改influxdb配置

... ... @@ -11,6 +11,7 @@ let client = influx({
host: 'influxdblog.yohoops.org',
port: 8086,
protocol: 'http'
}],
database: 'udp'
});
... ...