Authored by yyq

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

…feature/yoluckDetailLimit
... ... @@ -31,7 +31,7 @@ const domains = {
liveApi: 'http://testapi.live.yohops.com:9999/',
singleApi: 'http://api-test3.dev.yohocorp.com/',
ufo: 'http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/',
yoLuck: 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com',
yoLuck: 'http://limit-yoho-activity-platform.test3.ingress.dev.yohocorp.com',
imSocket: 'wss://imsocket.yohobuy.com:443',
imCs: 'https://imhttp.yohobuy.com/api',
... ... @@ -155,9 +155,7 @@ module.exports = {
}
},
session: {
host: '192.168.102.49',
// host: '127.0.0.1',
host: '127.0.0.1',
port: '6379',
pass: '',
prefix: 'yohobuy_session:'
... ... @@ -308,7 +306,7 @@ if (isProduction) {
platformApi: 'http://192.168.102.48:8088/',
extstore: 'http://extstore-test1.yohops.com',
yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/',
yoLuck: process.env.YOLUCK_API || 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com'
yoLuck: process.env.YOLUCK_API || 'http://limit-yoho-activity-platform.test3.ingress.dev.yohocorp.com'
},
useCache: true,
alipayConfig: {
... ...