Commit e669c62b by gaopeng

添加es配置

parent 4e5b6f89
...@@ -54,6 +54,9 @@ spring: ...@@ -54,6 +54,9 @@ spring:
data: data:
solr: solr:
zkHost: 192.168.1.102:9983,192.168.1.102:8574 zkHost: 192.168.1.102:9983,192.168.1.102:8574
elasticsearch:
cluster-nodes: 192.168.1.102:9300
cluster-name: elasticsearch-prod
redis: redis:
cluster: cluster:
nodes: nodes:
......
...@@ -54,6 +54,9 @@ spring: ...@@ -54,6 +54,9 @@ spring:
data: data:
solr: solr:
zkHost: 192.168.89.13:9983,192.168.89.13:8574 zkHost: 192.168.89.13:9983,192.168.89.13:8574
elasticsearch:
cluster-nodes: 192.168.1.102:9303
cluster-name: elasticsearch-uat
redis: redis:
cluster: cluster:
nodes: nodes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment