Showing
1 changed file
with
13 additions
and
2 deletions
@@ -14,8 +14,19 @@ module.exports = { | @@ -14,8 +14,19 @@ module.exports = { | ||
14 | port: 6001, | 14 | port: 6001, |
15 | siteUrl: '//m.yohobuy.com', | 15 | siteUrl: '//m.yohobuy.com', |
16 | domains: { | 16 | domains: { |
17 | - api: 'http://testapi.yoho.cn:28078/', | ||
18 | - service: 'http://testservice.yoho.cn:28077/' | 17 | + api: 'http://devapi.yoho.cn:58078/', |
18 | + service: 'http://devservice.yoho.cn:58077/', | ||
19 | + search: 'http://192.168.102.216:8080/yohosearch/' | ||
20 | + }, | ||
21 | + subDomains: { | ||
22 | + host: 'www.yohobuy.com', | ||
23 | + default: '//www.yohobuy.com', | ||
24 | + guang: '//guang.yohobuy.com', | ||
25 | + list: '//list.yohobuy.com', | ||
26 | + search: '//search.yohobuy.com', | ||
27 | + huodong: '//huodong.yohobuy.com', | ||
28 | + activity: '//activity.yohobuy.com', | ||
29 | + index: '//www.yohobuy.com' | ||
19 | }, | 30 | }, |
20 | useOneapm: false, | 31 | useOneapm: false, |
21 | useCache: false, | 32 | useCache: false, |
-
Please register or login to post a comment