Showing
1 changed file
with
3 additions
and
3 deletions
@@ -233,9 +233,9 @@ if (isProduction) { | @@ -233,9 +233,9 @@ if (isProduction) { | ||
233 | useOneapm: true, | 233 | useOneapm: true, |
234 | useCache: true, | 234 | useCache: true, |
235 | memcache: { | 235 | memcache: { |
236 | - master: ['127.0.0.1:12111'], | ||
237 | - slave: ['127.0.0.1:12112'], | ||
238 | - session: ['127.0.0.1:12111'], | 236 | + master: ['192.168.104.15:12111', '192.168.104.29:12111', '192.168.104.32:12111'], |
237 | + slave: ['192.168.104.15:12112', '192.168.104.29:12112', '192.168.104.32:12112'], | ||
238 | + session: ['192.168.104.15:12111', '192.168.104.29:12111', '192.168.104.32:12111'], | ||
239 | timeout: 1000, | 239 | timeout: 1000, |
240 | retries: 0 | 240 | retries: 0 |
241 | } | 241 | } |
-
Please register or login to post a comment