Authored by 陈峰

删除测试配置

No preview for this file type
... ... @@ -8,14 +8,11 @@ const influx = require('influx');
let client = influx({
hosts: [{
//host: 'influxdblog.yohoops.org',
//port: 8086,
host: '127.0.0.1',
host: 'influxdblog.yohoops.org',
port: 8086,
protocol: 'http'
}],
//database: 'udp'
database: 'test'
database: 'udp'
});
const db = {
... ...