Authored by yyq

Merge branch 'feature/yoluckDetailLimit' of git.yoho.cn:fe/yohobuywap-node into …

…feature/yoluckDetailLimit
@@ -31,7 +31,7 @@ const domains = { @@ -31,7 +31,7 @@ const domains = {
31 liveApi: 'http://testapi.live.yohops.com:9999/', 31 liveApi: 'http://testapi.live.yohops.com:9999/',
32 singleApi: 'http://api-test3.dev.yohocorp.com/', 32 singleApi: 'http://api-test3.dev.yohocorp.com/',
33 ufo: 'http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/', 33 ufo: 'http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/',
34 - yoLuck: 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com', 34 + yoLuck: 'http://limit-yoho-activity-platform.test3.ingress.dev.yohocorp.com',
35 35
36 imSocket: 'wss://imsocket.yohobuy.com:443', 36 imSocket: 'wss://imsocket.yohobuy.com:443',
37 imCs: 'https://imhttp.yohobuy.com/api', 37 imCs: 'https://imhttp.yohobuy.com/api',
@@ -155,9 +155,7 @@ module.exports = { @@ -155,9 +155,7 @@ module.exports = {
155 } 155 }
156 }, 156 },
157 session: { 157 session: {
158 - host: '192.168.102.49',  
159 -  
160 - // host: '127.0.0.1', 158 + host: '127.0.0.1',
161 port: '6379', 159 port: '6379',
162 pass: '', 160 pass: '',
163 prefix: 'yohobuy_session:' 161 prefix: 'yohobuy_session:'
@@ -308,7 +306,7 @@ if (isProduction) { @@ -308,7 +306,7 @@ if (isProduction) {
308 platformApi: 'http://192.168.102.48:8088/', 306 platformApi: 'http://192.168.102.48:8088/',
309 extstore: 'http://extstore-test1.yohops.com', 307 extstore: 'http://extstore-test1.yohops.com',
310 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/',
311 - yoLuck: process.env.YOLUCK_API || 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com' 309 + yoLuck: process.env.YOLUCK_API || 'http://limit-yoho-activity-platform.test3.ingress.dev.yohocorp.com'
312 }, 310 },
313 useCache: true, 311 useCache: true,
314 alipayConfig: { 312 alipayConfig: {