...
|
...
|
@@ -52,7 +52,7 @@ module.exports = { |
|
|
udp: { // send by udp
|
|
|
measurement: 'yohoblk_pc_log',
|
|
|
level: 'debug', // logger level
|
|
|
host: '54.222.219.223', // influxdb host
|
|
|
host: 'influxdblog.yohoops.org', // influxdb host
|
|
|
port: '4444' // influxdb port
|
|
|
},
|
|
|
console: {
|
...
|
...
|
@@ -88,7 +88,7 @@ if (isProduction) { |
|
|
Object.assign(module.exports, {
|
|
|
appName: 'www.yohoblk.com',
|
|
|
domains: {
|
|
|
singleApi: 'http://api_single.yoho.cn/',
|
|
|
singleApi: 'http://single.yoho.cn/',
|
|
|
api: 'http://api.yoho.yohoops.org/',
|
|
|
service: 'http://service.yoho.yohoops.org/',
|
|
|
search: 'http://search.yohoops.org/yohosearch/'
|
...
|
...
|
|