refactor(activemq): 移除冗余的data.yml配置文件
This commit is contained in:
parent
5a73f586ac
commit
876b0dae3c
|
@ -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
|
|
Loading…
Reference in New Issue