Commit 6dd28248 authored by shiyu's avatar shiyu

es地址变更

parent 088a28f0
......@@ -29,7 +29,7 @@ public class ElasticsearchUtil {
private static final Logger logger = LoggerFactory.getLogger(ElasticsearchUtil.class);
private final static String INDEX = "quanku_new";
private final static String INDEX = "quanku_prod";
@Resource(name="clientByPasswd")
ElasticsearchClient elasticsearchClient;
......
......@@ -182,7 +182,7 @@ spring:
elasticsearch:
rest:
uris: 172.16.122.190:9200
uris: 172.16.190.247:9200
username: elastic
password: changeme
index: quanku_dev
......
......@@ -186,7 +186,7 @@ spring:
elasticsearch:
rest:
uris: 172.16.122.190:9200
uris: 172.16.190.247:9200
username: elastic
password: changeme
index: quanku_prod
......
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