Showing
1 changed file
with
2 additions
and
2 deletions
@@ -238,8 +238,8 @@ if (isProduction) { | @@ -238,8 +238,8 @@ if (isProduction) { | ||
238 | yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/' | 238 | yohoNowApi: process.env.YOHO_NOW_API || 'http://yohonow-test.yohops.com:9999/' |
239 | }, | 239 | }, |
240 | memcache: { | 240 | memcache: { |
241 | - master: ['192.168.104.15:12111', '192.168.104.29:12111', '192.168.104.32:12111'], | ||
242 | - session: ['192.168.104.15:12111', '192.168.104.29:12111', '192.168.104.32:12111'], | 241 | + master: ['127.0.0.1:12111'], |
242 | + session: ['127.0.0.1:12111'], | ||
243 | timeout: 100, | 243 | timeout: 100, |
244 | reconnect: 5000, | 244 | reconnect: 5000, |
245 | retries: 0 | 245 | retries: 0 |
-
Please register or login to post a comment