Authored by 姜枫

add app_type in config

... ... @@ -14,15 +14,16 @@ module.exports = {
appVersion: '4.6.0', // 调用api接口版本
port: 6003,
siteUrl: '//www.yohobuy.com',
signExtend: {
app_type: 1
},
subDomains: {
default: '//www.yohobuy.com'
},
cookieDomain: 'yohobuy.com',
domains: {
api: 'http://testapi.yoho.cn:28078/', // devapi.yoho.cn:58078 testapi.yoho.cn:28078 devapi.yoho.cn:58078
service: 'http://devservice.yoho.cn:58077/', // testservice.yoho.cn:28077 devservice.yoho.cn:58077
// api: 'http://api.yoho.cn/',
// service: 'http://service.yoho.cn/',
service: 'http://testservice.yoho.cn:28077/', // testservice.yoho.cn:28077 devservice.yoho.cn:58077
search: 'http://192.168.102.216:8080/yohosearch/'
},
useOneapm: false,
... ... @@ -48,8 +49,9 @@ module.exports = {
handleExceptions: true
},
udp: { // send by udp
measurement: 'yohoblk_pc_log',
level: 'debug', // logger level
host: 'influxdblog.yohoops.org', // influxdb host
host: '54.222.219.223', // influxdb host
port: '4444' // influxdb port
},
console: {
... ...