...
|
...
|
@@ -16,10 +16,8 @@ const domains = { |
|
|
// api: 'http://api.yoho.cn/',
|
|
|
// service: 'http://service.yoho.cn/',
|
|
|
// liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
// singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
|
|
|
// gray
|
|
|
// singleApi: 'http://single.gray.yohops.com/',
|
|
|
// api: 'http://apigray.yoho.cn/',
|
|
|
// service: 'http://apigray.yoho.cn/',
|
|
|
// platformApi: 'http://172.16.6.210:8088/',
|
...
|
...
|
@@ -28,7 +26,6 @@ const domains = { |
|
|
api: 'http://api-test3.yohops.com:9999/',
|
|
|
service: 'http://service-test3.yohops.com:9999/',
|
|
|
liveApi: 'http://testapi.live.yohops.com:9999/',
|
|
|
singleApi: 'http://api-test3.yohops.com:9999/',
|
|
|
|
|
|
imSocket: 'ws://socket.yohobuy.com:10240',
|
|
|
imCs: 'http://im.yohobuy.com/api',
|
...
|
...
|
@@ -36,7 +33,6 @@ const domains = { |
|
|
store: 'http://192.168.102.47:8080/portal-gateway/',
|
|
|
platformApi: 'http://192.168.102.48:8088/',
|
|
|
extstore: 'http://extstore-test1.yohops.com',
|
|
|
family: 'http://192.168.103.73:8096/uic/',
|
|
|
yohoNowApi: 'http://yohonow-test.yohops.com:9999/'
|
|
|
};
|
|
|
|
...
|
...
|
@@ -163,12 +159,10 @@ if (isProduction) { |
|
|
global: 'http://api-global.yohobuy.com',
|
|
|
store: 'http://openstore.yohobuy.com',
|
|
|
liveApi: 'http://api.live.yoho.cn/',
|
|
|
singleApi: 'http://single.yoho.cn/',
|
|
|
imSocket: 'wss://imsocket.yohobuy.com:443',
|
|
|
imCs: 'https://imhttp.yohobuy.com/api',
|
|
|
platformApi: 'http://api.platform.yohoops.org',
|
|
|
extstore: 'http://extstore.yohobuy.com',
|
|
|
family: 'http://uic.yohoops.org/uic/',
|
|
|
yohoNowApi: 'http://new.yohoboys.com/'
|
|
|
},
|
|
|
memcache: {
|
...
|
...
|
@@ -272,12 +266,10 @@ if (isProduction) { |
|
|
global: process.env.TEST_GLOBAL || 'http://global-test-soa.yohops.com:9999/',
|
|
|
store: process.env.TEST_STORE || 'http://192.168.102.210:8080/portal-gateway/wechat/',
|
|
|
liveApi: process.env.TEST_LIVE || 'http://testapi.live.yohops.com:9999/',
|
|
|
singleApi: process.env.TEST_SINGLE || 'http://api-test1.yohops.com:9999/',
|
|
|
imSocket: process.env.TEST_IM_SOCKET || 'ws://socket.yohobuy.com:10240',
|
|
|
imCs: process.env.TEST_IM_CS || 'http://im.yohobuy.com/api',
|
|
|
platformApi: 'http://192.168.102.48:8088/',
|
|
|
extstore: 'http://extstore-test1.yohops.com',
|
|
|
family: 'http://192.168.102.31:8096/uic/',
|
|
|
yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/'
|
|
|
},
|
|
|
memcache: {
|
...
|
...
|
|