部署文件

This commit is contained in:
yuzl6 2024-04-07 00:05:57 +08:00
parent 3573a71af3
commit 048fb6abcb
2 changed files with 1 additions and 3 deletions

View File

@ -97,7 +97,7 @@ powerjob:
# 28080 端口 随着主应用端口飘逸 避免集群冲突 # 28080 端口 随着主应用端口飘逸 避免集群冲突
port: 2${server.port} port: 2${server.port}
protocol: http protocol: http
server-address: 172.16.0.151:7700 server-address: 172.16.0.151:7070
store-strategy: disk store-strategy: disk
allow-lazy-connect-server: false allow-lazy-connect-server: false
max-appended-wf-context-length: 4096 max-appended-wf-context-length: 4096

View File

@ -49,5 +49,3 @@ oms.instance.metadata.cache.size=2048
####### Threshold in precise fetching server(0~100). 100 means full detection of server, in which ####### ####### Threshold in precise fetching server(0~100). 100 means full detection of server, in which #######
####### split-brain could be avoided while performance overhead would increase. ####### ####### split-brain could be avoided while performance overhead would increase. #######
oms.accurate.select.server.percentage = 50 oms.accurate.select.server.percentage = 50
#需要指定服务端的ip 否则客户端注册不成功
powerjob.network.external.address = 172.16.0.151