Showing
1 changed file
with
6 additions
and
6 deletions
@@ -16,8 +16,8 @@ module.exports = { | @@ -16,8 +16,8 @@ module.exports = { | ||
16 | siteUrl: 'http://www.yohobuy.com', | 16 | siteUrl: 'http://www.yohobuy.com', |
17 | domains: { | 17 | domains: { |
18 | favApi: 'http://192.168.102.31:8092/brower', | 18 | favApi: 'http://192.168.102.31:8092/brower', |
19 | - api: 'http://devapi.yoho.cn:58078/', | ||
20 | - service: 'http://devservice.yoho.cn:58077/', | 19 | + api: 'http://api-test3.yohops.com:9999/', |
20 | + service: 'http://service-test3.yohops.com:9999/', | ||
21 | search: 'http://192.168.102.216:8080/yohosearch/' | 21 | search: 'http://192.168.102.216:8080/yohosearch/' |
22 | }, | 22 | }, |
23 | subDomains: { | 23 | subDomains: { |
@@ -28,14 +28,14 @@ module.exports = { | @@ -28,14 +28,14 @@ module.exports = { | ||
28 | search: '//search.yohobuy.com', | 28 | search: '//search.yohobuy.com', |
29 | huodong: '//huodong.yohobuy.com', | 29 | huodong: '//huodong.yohobuy.com', |
30 | activity: '//activity.yohobuy.com', | 30 | activity: '//activity.yohobuy.com', |
31 | - index: '//www.yohobuy.com' | 31 | + index: '//yohobuy.com' |
32 | }, | 32 | }, |
33 | useOneapm: false, | 33 | useOneapm: false, |
34 | useCache: false, | 34 | useCache: false, |
35 | memcache: { | 35 | memcache: { |
36 | - master: ['192.168.102.222:11213'], | ||
37 | - slave: ['192.168.102.222:11213'], | ||
38 | - session: ['192.168.102.222:11213'], | 36 | + master: ['127.0.0.1:11211'], |
37 | + slave: ['127.0.0.1:11211'], | ||
38 | + session: ['127.0.0.1:11211'], | ||
39 | timeout: 1000, | 39 | timeout: 1000, |
40 | retries: 0 | 40 | retries: 0 |
41 | }, | 41 | }, |
-
Please register or login to post a comment