Showing
1 changed file
with
3 additions
and
3 deletions
@@ -11,9 +11,9 @@ redis.notsync.twemproxy.addresses=${redis.notsync.twemproxy.addresses} | @@ -11,9 +11,9 @@ redis.notsync.twemproxy.addresses=${redis.notsync.twemproxy.addresses} | ||
11 | redis.notsync.twemproxy.auth=${redis.notsync.twemproxy.auth} | 11 | redis.notsync.twemproxy.auth=${redis.notsync.twemproxy.auth} |
12 | 12 | ||
13 | #bigData - redis servers | 13 | #bigData - redis servers |
14 | -bigDataRedis-search.proxy.address=${bigDataRedis-search.proxy.address} | ||
15 | -bigDataRedis-search.proxy.port=${bigDataRedis-search.proxy.port} | ||
16 | -bigDataRedis-search.proxy.auth=${bigDataRedis-search.proxy.auth} | 14 | +bigDataRedis-search.proxy.address=${bigDataRedis.proxy.address} |
15 | +bigDataRedis-search.proxy.port=${bigDataRedis.proxy.port} | ||
16 | +bigDataRedis-search.proxy.auth=${bigDataRedis.proxy.auth} | ||
17 | 17 | ||
18 | #es.cluster | 18 | #es.cluster |
19 | search.es.cluster.name=${search.es.cluster.name} | 19 | search.es.cluster.name=${search.es.cluster.name} |
-
Please register or login to post a comment