Authored by 陈峰

修改influxdb配置

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