Showing
1 changed file
with
0 additions
and
8 deletions
@@ -16,10 +16,8 @@ const domains = { | @@ -16,10 +16,8 @@ const domains = { | ||
16 | // api: 'http://api.yoho.cn/', | 16 | // api: 'http://api.yoho.cn/', |
17 | // service: 'http://service.yoho.cn/', | 17 | // service: 'http://service.yoho.cn/', |
18 | // liveApi: 'http://testapi.live.yohops.com:9999/', | 18 | // liveApi: 'http://testapi.live.yohops.com:9999/', |
19 | - // singleApi: 'http://api-test3.yohops.com:9999/', | ||
20 | 19 | ||
21 | // gray | 20 | // gray |
22 | - // singleApi: 'http://single.gray.yohops.com/', | ||
23 | // api: 'http://apigray.yoho.cn/', | 21 | // api: 'http://apigray.yoho.cn/', |
24 | // service: 'http://apigray.yoho.cn/', | 22 | // service: 'http://apigray.yoho.cn/', |
25 | // platformApi: 'http://172.16.6.210:8088/', | 23 | // platformApi: 'http://172.16.6.210:8088/', |
@@ -28,7 +26,6 @@ const domains = { | @@ -28,7 +26,6 @@ const domains = { | ||
28 | api: 'http://api-test3.yohops.com:9999/', | 26 | api: 'http://api-test3.yohops.com:9999/', |
29 | service: 'http://service-test3.yohops.com:9999/', | 27 | service: 'http://service-test3.yohops.com:9999/', |
30 | liveApi: 'http://testapi.live.yohops.com:9999/', | 28 | liveApi: 'http://testapi.live.yohops.com:9999/', |
31 | - singleApi: 'http://api-test3.yohops.com:9999/', | ||
32 | 29 | ||
33 | imSocket: 'ws://socket.yohobuy.com:10240', | 30 | imSocket: 'ws://socket.yohobuy.com:10240', |
34 | imCs: 'http://im.yohobuy.com/api', | 31 | imCs: 'http://im.yohobuy.com/api', |
@@ -36,7 +33,6 @@ const domains = { | @@ -36,7 +33,6 @@ const domains = { | ||
36 | store: 'http://192.168.102.47:8080/portal-gateway/', | 33 | store: 'http://192.168.102.47:8080/portal-gateway/', |
37 | platformApi: 'http://192.168.102.48:8088/', | 34 | platformApi: 'http://192.168.102.48:8088/', |
38 | extstore: 'http://extstore-test1.yohops.com', | 35 | extstore: 'http://extstore-test1.yohops.com', |
39 | - family: 'http://192.168.103.73:8096/uic/', | ||
40 | yohoNowApi: 'http://yohonow-test.yohops.com:9999/' | 36 | yohoNowApi: 'http://yohonow-test.yohops.com:9999/' |
41 | }; | 37 | }; |
42 | 38 | ||
@@ -163,12 +159,10 @@ if (isProduction) { | @@ -163,12 +159,10 @@ if (isProduction) { | ||
163 | global: 'http://api-global.yohobuy.com', | 159 | global: 'http://api-global.yohobuy.com', |
164 | store: 'http://openstore.yohobuy.com', | 160 | store: 'http://openstore.yohobuy.com', |
165 | liveApi: 'http://api.live.yoho.cn/', | 161 | liveApi: 'http://api.live.yoho.cn/', |
166 | - singleApi: 'http://single.yoho.cn/', | ||
167 | imSocket: 'wss://imsocket.yohobuy.com:443', | 162 | imSocket: 'wss://imsocket.yohobuy.com:443', |
168 | imCs: 'https://imhttp.yohobuy.com/api', | 163 | imCs: 'https://imhttp.yohobuy.com/api', |
169 | platformApi: 'http://api.platform.yohoops.org', | 164 | platformApi: 'http://api.platform.yohoops.org', |
170 | extstore: 'http://extstore.yohobuy.com', | 165 | extstore: 'http://extstore.yohobuy.com', |
171 | - family: 'http://uic.yohoops.org/uic/', | ||
172 | yohoNowApi: 'http://new.yohoboys.com/' | 166 | yohoNowApi: 'http://new.yohoboys.com/' |
173 | }, | 167 | }, |
174 | memcache: { | 168 | memcache: { |
@@ -272,12 +266,10 @@ if (isProduction) { | @@ -272,12 +266,10 @@ if (isProduction) { | ||
272 | global: process.env.TEST_GLOBAL || 'http://global-test-soa.yohops.com:9999/', | 266 | global: process.env.TEST_GLOBAL || 'http://global-test-soa.yohops.com:9999/', |
273 | store: process.env.TEST_STORE || 'http://192.168.102.210:8080/portal-gateway/wechat/', | 267 | store: process.env.TEST_STORE || 'http://192.168.102.210:8080/portal-gateway/wechat/', |
274 | liveApi: process.env.TEST_LIVE || 'http://testapi.live.yohops.com:9999/', | 268 | liveApi: process.env.TEST_LIVE || 'http://testapi.live.yohops.com:9999/', |
275 | - singleApi: process.env.TEST_SINGLE || 'http://api-test1.yohops.com:9999/', | ||
276 | imSocket: process.env.TEST_IM_SOCKET || 'ws://socket.yohobuy.com:10240', | 269 | imSocket: process.env.TEST_IM_SOCKET || 'ws://socket.yohobuy.com:10240', |
277 | imCs: process.env.TEST_IM_CS || 'http://im.yohobuy.com/api', | 270 | imCs: process.env.TEST_IM_CS || 'http://im.yohobuy.com/api', |
278 | platformApi: 'http://192.168.102.48:8088/', | 271 | platformApi: 'http://192.168.102.48:8088/', |
279 | extstore: 'http://extstore-test1.yohops.com', | 272 | extstore: 'http://extstore-test1.yohops.com', |
280 | - family: 'http://192.168.102.31:8096/uic/', | ||
281 | yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/' | 273 | yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/' |
282 | }, | 274 | }, |
283 | memcache: { | 275 | memcache: { |
-
Please register or login to post a comment