From 8c546cd031721ba4bc2a4e474d3bfe022074000b Mon Sep 17 00:00:00 2001 From: BrightChing Date: Fri, 15 Nov 2024 19:53:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(activemq):=20=E6=B7=BB=E5=8A=A0activeMQ=20?= =?UTF-8?q?Web=E5=92=8COpenWire=E7=AB=AF=E5=8F=A3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/activeMQ/1.0.0/data.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 apps/activeMQ/1.0.0/data.yml diff --git a/apps/activeMQ/1.0.0/data.yml b/apps/activeMQ/1.0.0/data.yml new file mode 100644 index 0000000..aa3315a --- /dev/null +++ b/apps/activeMQ/1.0.0/data.yml @@ -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 \ No newline at end of file