feat(activemq): 添加activeMQ Web和OpenWire端口配置
This commit is contained in:
parent
ff66ff98b6
commit
8c546cd031
|
@ -0,0 +1,18 @@
|
||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 8161
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
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