...
|
...
|
@@ -13,8 +13,8 @@ const domains = { |
|
|
liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
|
|
|
api: 'http://api-test2.yohops.com:9999/',
|
|
|
service: 'http://service-test2.yohops.com:9999/',
|
|
|
api: 'http://api.yoho.cn/',
|
|
|
service: 'http://service.yoho.cn/',
|
|
|
|
|
|
// liveApi: 'http://api.live.yoho.cn/',
|
|
|
// singleApi: 'http://single.yoho.cn/',
|
...
|
...
|
@@ -25,7 +25,7 @@ const domains = { |
|
|
|
|
|
module.exports = {
|
|
|
app: 'h5',
|
|
|
appVersion: '5.5.1', // 调用api的版本
|
|
|
appVersion: '5.5.2', // 调用api的版本
|
|
|
port: 6001,
|
|
|
siteUrl: '//m.yohobuy.com',
|
|
|
assetUrl: '//127.0.0.1:5001',
|
...
|
...
|
@@ -67,11 +67,6 @@ module.exports = { |
|
|
handleExceptions: true,
|
|
|
maxFiles: 7
|
|
|
},
|
|
|
udp: { // send by udp
|
|
|
measurement: 'yohobuy_wap_node_log',
|
|
|
level: 'error', // logger level
|
|
|
port: '4444' // influxdb port
|
|
|
},
|
|
|
console: {
|
|
|
level: 'info',
|
|
|
colorize: 'all',
|
...
|
...
|
|