rev:修改调度管理路径

This commit is contained in:
zhangzhiqiang
2023-05-18 19:14:38 +08:00
parent 5bce32c4e9
commit 090cd3830e
24 changed files with 125 additions and 51 deletions

View File

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