...
|
...
|
@@ -6,6 +6,11 @@ yohomars.search.service.env.namespace = yohomars-search |
|
|
yohomars.search.service.env.serverport = 7
|
|
|
yohomars.search.service.env.webapphome = /home/test/yohomars-search-service/deploy
|
|
|
|
|
|
redis.notsync.twemproxy.addresses = 192.168.102.211:6379
|
|
|
redis.proxy.address = 192.168.102.211
|
|
|
redis.readonly.proxy.address = 192.168.102.211 |
|
|
\ No newline at end of file |
|
|
redis.notsync.twemproxy.addresses = 192.168.102.17:6380
|
|
|
redis.proxy.address = 192.168.102.17
|
|
|
redis.proxy.port=6380
|
|
|
redis.proxy.auth=redis9646
|
|
|
|
|
|
redis.readonly.proxy.address = 192.168.102.17
|
|
|
redis.readonly.proxy.port=6380
|
|
|
redis.readonly.proxy.auth=redis9646 |
|
|
\ No newline at end of file |
...
|
...
|
|