Showing
1 changed file
with
10 additions
and
5 deletions
@@ -39,9 +39,12 @@ module.exports = { | @@ -39,9 +39,12 @@ module.exports = { | ||
39 | // master: ['192.168.102.222:12111'], | 39 | // master: ['192.168.102.222:12111'], |
40 | // slave: ['192.168.102.222:12111'], | 40 | // slave: ['192.168.102.222:12111'], |
41 | // session: ['192.168.102.222:12111'], | 41 | // session: ['192.168.102.222:12111'], |
42 | - master: ['192.168.102.205:12111'], | ||
43 | - slave: ['192.168.102.205:12111'], | ||
44 | - session: ['192.168.102.205:12111'], | 42 | + // master: ['192.168.102.205:12111'], |
43 | + // slave: ['192.168.102.205:12111'], | ||
44 | + // session: ['192.168.102.205:12111'], | ||
45 | + master: ['127.0.0.1:11211'], | ||
46 | + slave: ['127.0.0.1:11211'], | ||
47 | + session: ['127.0.0.1:11211'], | ||
45 | timeout: 1000, | 48 | timeout: 1000, |
46 | retries: 0 | 49 | retries: 0 |
47 | }, | 50 | }, |
@@ -97,8 +100,10 @@ if (isProduction) { | @@ -97,8 +100,10 @@ if (isProduction) { | ||
97 | Object.assign(module.exports, { | 100 | Object.assign(module.exports, { |
98 | appName: 'm.yohobuy.com for test', | 101 | appName: 'm.yohobuy.com for test', |
99 | domains: { | 102 | domains: { |
100 | - api: 'http://testapi.yoho.cn:28078/', | ||
101 | - service: 'http://testservice.yoho.cn:28077/' | 103 | + //api: 'http://testapi.yoho.cn:28078/', |
104 | + //service: 'http://testservice.yoho.cn:28077/' | ||
105 | + api: 'http://api.yoho.cn/', | ||
106 | + service: 'http://service.yoho.cn/' | ||
102 | }, | 107 | }, |
103 | memcache: { | 108 | memcache: { |
104 | master: ['127.0.0.1:12111'], | 109 | master: ['127.0.0.1:12111'], |
-
Please register or login to post a comment