Authored by 周奇琪

Update influxdb config

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