Authored by huangping

Update yohomars-search-service-autoconfig.properties

... ... @@ -6,14 +6,14 @@ 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.103.100:6379
redis.proxy.address = 192.168.103.100
redis.notsync.twemproxy.addresses = 192.168.102.17:6379
redis.proxy.address = 192.168.102.17
redis.proxy.port=6379
redis.proxy.auth=redis9646
redis.readonly.proxy.address = 192.168.103.100
redis.readonly.proxy.address = 192.168.102.17
redis.readonly.proxy.port=6379
redis.readonly.proxy.auth=redis9646
yohomarssearch.es.cluster.name = elasticsearch
yohomarssearch.es.servers = 192.168.103.100:9300
\ No newline at end of file
yohomarssearch.es.servers = 192.168.102.17:9300
\ No newline at end of file
... ...