...
|
...
|
@@ -22,8 +22,8 @@ module.exports = { |
|
|
},
|
|
|
cookieDomain: 'yohoblk.com',
|
|
|
domains: {
|
|
|
api: 'http://testapi.yoho.cn:28078/', // devapi.yoho.cn:58078 testapi.yoho.cn:28078 devapi.yoho.cn:58078
|
|
|
service: 'http://testservice.yoho.cn:28077/', // testservice.yoho.cn:28077 devservice.yoho.cn:58077
|
|
|
api: 'http://dev-api.yohops.com:9999/', // dev-api.yohops.com:9999 testapi.yoho.cn:28078 devapi.yoho.cn:58078
|
|
|
service: 'http://dev-service.yohops.cn:9999/', // testservice.yoho.cn:28077 devservice.yoho.cn:58077
|
|
|
search: 'http://192.168.102.216:8080/yohosearch/'
|
|
|
},
|
|
|
useOneapm: false,
|
...
|
...
|
@@ -106,8 +106,8 @@ if (isProduction) { |
|
|
Object.assign(module.exports, {
|
|
|
appName: 'www.yohoblk.com for test',
|
|
|
domains: {
|
|
|
api: 'http://api-test1.yohops.com:9999/',
|
|
|
service: 'http://service-test1.yohops.com:9999/',
|
|
|
api: 'http://testapi.yoho.cn:28078/',
|
|
|
service: 'http://testservice.yoho.cn:28077/',
|
|
|
search: 'http://192.168.102.216:8080/yohosearch/'
|
|
|
},
|
|
|
useOneapm: true,
|
...
|
...
|
@@ -118,9 +118,6 @@ if (isProduction) { |
|
|
session: ['127.0.0.1:12111'],
|
|
|
timeout: 1000,
|
|
|
retries: 0
|
|
|
},
|
|
|
pay: {
|
|
|
serviceNotify: 'http://service-test1.yohops.com:9999/'
|
|
|
}
|
|
|
});
|
|
|
} |
...
|
...
|
|