2023-07-03 17:46:12 +08:00
|
|
|
additionalProperties:
|
|
|
|
formFields:
|
|
|
|
- default: 18083
|
|
|
|
edit: true
|
|
|
|
envKey: PANEL_APP_PORT_HTTP
|
2023-09-07 16:37:57 +08:00
|
|
|
labelEn: Dashboard Port
|
2023-07-03 17:46:12 +08:00
|
|
|
labelZh: Dashboard 控制台端口
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
|
|
|
- default: 1883
|
|
|
|
edit: true
|
|
|
|
envKey: EMQX_PORT_1883
|
2023-09-07 16:37:57 +08:00
|
|
|
labelEn: MQTT Port
|
2023-07-03 17:46:12 +08:00
|
|
|
labelZh: MQTT 协议端口
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
|
|
|
- default: 8083
|
|
|
|
edit: true
|
|
|
|
envKey: EMQX_PORT_8083
|
2023-09-07 16:37:57 +08:00
|
|
|
labelEn: WebSocket Port
|
2023-07-03 17:46:12 +08:00
|
|
|
labelZh: WebSocket 端口
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
2023-09-07 16:37:57 +08:00
|
|
|
- default: 8084
|
2023-07-03 17:46:12 +08:00
|
|
|
edit: true
|
2023-09-07 16:37:57 +08:00
|
|
|
envKey: EMQX_PORT_8084
|
|
|
|
labelEn: WebSocket SSL Port
|
|
|
|
labelZh: WebSocket SSL 端口
|
2023-07-03 17:46:12 +08:00
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|
2023-09-07 16:37:57 +08:00
|
|
|
- default: 8883
|
|
|
|
edit: true
|
|
|
|
envKey: EMQX_PORT_8883
|
|
|
|
labelEn: MQTT SSL Port
|
|
|
|
labelZh: MQTT SSL 端口
|
|
|
|
required: true
|
|
|
|
rule: paramPort
|
|
|
|
type: number
|