部署文件
This commit is contained in:
parent
048fb6abcb
commit
7a67dce923
@ -97,7 +97,7 @@ powerjob:
|
|||||||
# 28080 端口 随着主应用端口飘逸 避免集群冲突
|
# 28080 端口 随着主应用端口飘逸 避免集群冲突
|
||||||
port: 2${server.port}
|
port: 2${server.port}
|
||||||
protocol: http
|
protocol: http
|
||||||
server-address: 127.0.0.1:7700
|
server-address: 127.0.0.1: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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Http server port
|
# Http server port
|
||||||
server.port=7700
|
server.port=7070
|
||||||
|
|
||||||
spring.profiles.active=@profiles.active@
|
spring.profiles.active=@profiles.active@
|
||||||
spring.main.banner-mode=log
|
spring.main.banner-mode=log
|
||||||
|
Loading…
Reference in New Issue
Block a user