...
|
...
|
@@ -19,15 +19,15 @@ module.exports = { |
|
|
// test3
|
|
|
singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
api: 'http://api-test3.yohops.com:9999/',
|
|
|
service: 'http://service-test3.yohops.com:9999/',
|
|
|
serviceNotify: 'http://service-test3.yohops.com:9999/',
|
|
|
service: 'http://api-test3.yohops.com:9999/',
|
|
|
serviceNotify: 'http://api-test3.yohops.com:9999/',
|
|
|
global: 'http://global-test-soa.yohops.com:9999/',
|
|
|
platformApi: 'http://192.168.102.48:8088/',
|
|
|
|
|
|
// test2
|
|
|
// singleApi: 'http://api-test2.yohops.com:9999/',
|
|
|
// api: 'http://api-test2.yohops.com:9999/',
|
|
|
// service: 'http://service-test2.yohops.com:9999/',
|
|
|
// service: 'http://api-test2.yohops.com:9999/',
|
|
|
// serviceNotify: 'http://service-test2.yohops.com:9999/',
|
|
|
// global: 'http://global-test-soa.yohops.com:9999/',
|
|
|
// platformApi: 'http://192.168.102.48:8088/',
|
...
|
...
|
@@ -35,7 +35,7 @@ module.exports = { |
|
|
// prod
|
|
|
// singleApi: 'http://single.yoho.cn/',
|
|
|
// api: 'http://api.yoho.cn/',
|
|
|
// service: 'http://service.yoho.cn/',
|
|
|
// service: 'http://api.yoho.cn/',
|
|
|
// serviceNotify: 'http://service.yoho.cn/',
|
|
|
// global: 'http://api-global.yohobuy.com/',
|
|
|
// platformApi: 'http://172.16.6.210:8088/',
|
...
|
...
|
@@ -43,12 +43,12 @@ module.exports = { |
|
|
// gray
|
|
|
// singleApi: 'http://single.gray.yohops.com/',
|
|
|
// api: 'http://api.gray.yohops.com/',
|
|
|
// service: 'http://service.gray.yohops.com/',
|
|
|
// service: 'http://api.gray.yohops.com/',
|
|
|
// platformApi: 'http://172.16.6.210:8088/',
|
|
|
|
|
|
// dev
|
|
|
// api: 'http://dev-api.yohops.com:9999/',
|
|
|
// service: 'http://dev-service.yohops.com:9999/',
|
|
|
// service: 'http://dev-api.yohops.com:9999/',
|
|
|
// serviceNotify: 'http://dev-service.yohops.com:9999/',
|
|
|
// singleApi: 'http://dev-api.yohops.com:9999/',
|
|
|
// platformApi: 'http://192.168.102.48:8088/',
|
...
|
...
|
@@ -171,10 +171,10 @@ if (isProduction) { |
|
|
domains: {
|
|
|
singleApi: 'http://single.yoho.cn/',
|
|
|
api: 'http://api.yoho.yohoops.org/',
|
|
|
service: 'http://service.yoho.yohoops.org/',
|
|
|
service: 'http://api.yoho.yohoops.org/',
|
|
|
search: 'http://search.yohoops.org/yohosearch/',
|
|
|
global: 'http://api-global.yohobuy.com/',
|
|
|
serviceNotify: 'http://service.yoho.cn/',
|
|
|
serviceNotify: 'http://api.yoho.yohoops.org/',
|
|
|
imSocket: 'wss://imsocket.yohobuy.com:443',
|
|
|
imCs: 'https://imhttp.yohobuy.com/api',
|
|
|
platformApi: 'http://api.platform.yohoops.org',
|
...
|
...
|
|