refactor(activemq): 移除冗余的data.yml配置文件

This commit is contained in:
brightching 2024-11-15 19:52:22 +08:00
parent 5a73f586ac
commit 876b0dae3c
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
additionalProperties:
formFields:
- default: 8161
edit: true
envKey: WEB_PORT
labelEn: activeMQ Web Port
labelZh: activeMQ Web 通讯端口
required: true
rule: paramPort
type: number
- default: 61616
edit: true
envKey: OPEN_WIRE_PROT
labelEn: activeMQ OpenWire port
labelZh: activeMQ OpenWire运行端口
required: true
rule: paramPort
type: number