...
|
...
|
@@ -64,7 +64,7 @@ module.exports = { |
|
|
udp: { // send by udp
|
|
|
measurement: 'yohobuy_wap_node_log',
|
|
|
level: 'debug', // logger level
|
|
|
host: 'influxdblog.yohoops.org', // influxdb host
|
|
|
host: 'influxdblog.web.yohoops.org', // influxdb host
|
|
|
port: '4444' // influxdb port
|
|
|
},
|
|
|
console: {
|
...
|
...
|
@@ -105,7 +105,7 @@ if (isProduction) { |
|
|
open: false,
|
|
|
url: 'http://123.206.2.55/strategy'
|
|
|
},
|
|
|
zookeeperServer: '10.66.1.97:2181'
|
|
|
zookeeperServer: 'zookeeper.web.yohoops.org:2181'
|
|
|
});
|
|
|
} else if (isTest) {
|
|
|
Object.assign(module.exports, {
|
...
|
...
|
|