Update cms_push-autoconfig.properties
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -18,6 +18,10 @@ redis.push.address=192.168.102.211 | @@ -18,6 +18,10 @@ redis.push.address=192.168.102.211 | ||
18 | redis.push.port = 6379 | 18 | redis.push.port = 6379 |
19 | redis.push.auth= | 19 | redis.push.auth= |
20 | 20 | ||
21 | +redis.readonly.proxy.address=192.168.102.12 | ||
22 | +redis.readonly.proxy.port=6379 | ||
23 | +redis.readonly.proxy.auth= | ||
24 | + | ||
21 | redis.pool.maxTotal=200 | 25 | redis.pool.maxTotal=200 |
22 | redis.pool.maxIdle=100 | 26 | redis.pool.maxIdle=100 |
23 | redis.pool.minIdle=30 | 27 | redis.pool.minIdle=30 |
-
Please register or login to post a comment