Update common.js ,change upd log host
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -66,7 +66,7 @@ module.exports = { | @@ -66,7 +66,7 @@ module.exports = { | ||
66 | }, | 66 | }, |
67 | udp: { // send by udp | 67 | udp: { // send by udp |
68 | level: 'debug', // logger level | 68 | level: 'debug', // logger level |
69 | - host: '192.168.102.162', // influxdb host | 69 | + host: 'influxdblog.yohoops.org', // influxdb host |
70 | port: '4444' // influxdb port | 70 | port: '4444' // influxdb port |
71 | }, | 71 | }, |
72 | console: { | 72 | console: { |
-
Please register or login to post a comment