Authored by 陈峰

修改influxdb配置

... ... @@ -8,7 +8,7 @@ const influx = require('influx');
let client = influx({
hosts: [{
host: 'influxdblog.yohoops.org',
host: '10.66.1.150',
port: 8086,
protocol: 'http'
... ...