Showing
1 changed file
with
4 additions
and
2 deletions
@@ -193,7 +193,8 @@ if (isProduction) { | @@ -193,7 +193,8 @@ if (isProduction) { | ||
193 | imCs: 'https://imhttp.yohobuy.com/api', | 193 | imCs: 'https://imhttp.yohobuy.com/api', |
194 | platformApi: 'http://api.platform.yohoops.org', | 194 | platformApi: 'http://api.platform.yohoops.org', |
195 | extstore: 'http://extstore.yohobuy.com', | 195 | extstore: 'http://extstore.yohobuy.com', |
196 | - yohoNowApi: 'http://new.yohoboys.com/' | 196 | + yohoNowApi: 'http://new.yohoboys.com/', |
197 | + yoLuck: 'https://action.yoho.cn' | ||
197 | }, | 198 | }, |
198 | useCache: true, | 199 | useCache: true, |
199 | zookeeperServer: 'web.zookeeper.yohoops.org:2181', | 200 | zookeeperServer: 'web.zookeeper.yohoops.org:2181', |
@@ -304,7 +305,8 @@ if (isProduction) { | @@ -304,7 +305,8 @@ if (isProduction) { | ||
304 | imCs: process.env.TEST_IM_CS || 'http://im.yohobuy.com/api', | 305 | imCs: process.env.TEST_IM_CS || 'http://im.yohobuy.com/api', |
305 | platformApi: 'http://192.168.102.48:8088/', | 306 | platformApi: 'http://192.168.102.48:8088/', |
306 | extstore: 'http://extstore-test1.yohops.com', | 307 | extstore: 'http://extstore-test1.yohops.com', |
307 | - yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/' | 308 | + yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/', |
309 | + yoLuck: process.env.YOLUCK_API || 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com' | ||
308 | }, | 310 | }, |
309 | useCache: true, | 311 | useCache: true, |
310 | alipayConfig: { | 312 | alipayConfig: { |
-
Please register or login to post a comment