mdf:修改es配置

This commit is contained in:
zhangzhiqiang
2023-02-10 10:51:48 +08:00
parent d0eabfd08f
commit 1ff4c7ccaf
3 changed files with 22 additions and 6 deletions

View File

@@ -9,11 +9,13 @@ spring:
client:
reactive:
#endpoints: 172.31.185.110:9200,172.31.154.9:9200 #内网
endpoints: 47.96.133.178:8200 #外网
# endpoints: 47.96.133.178:8200 #外网
endpoints: http://10.1.3.90:9200 #外网
elasticsearch:
rest:
#uris: 172.31.185.110:9200,172.31.154.9:9200 #内网
uris: 47.96.133.178:8200 #外网
# uris: 47.96.133.178:8200 #外网
uris: http://10.1.3.90:9200 #外网
# username: elastic
# password: 123456
datasource: