mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
51 lines
1.2 KiB
YAML
51 lines
1.2 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: ""
|
|
edit: true
|
|
envKey: EXTERNAL_IP
|
|
labelEn: ipAddress
|
|
labelZh: 外部访问 IP
|
|
required: true
|
|
type: text
|
|
- default: "5001"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_WK_API
|
|
labelEn: WuKongIM api port
|
|
labelZh: 悟空 IM api 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "5100"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_WK_TCP
|
|
labelEn: WuKongIM tcp port
|
|
labelZh: 悟空 IM TCP 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "5200"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_WK_WS
|
|
labelEn: WuKongIM ws port
|
|
labelZh: 悟空 IM WS 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "5300"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: WuKongIM web port
|
|
labelZh: 悟空 IM 监控端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "5172"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_WK_DEMO_SERVER
|
|
labelEn: WuKongIM demo port
|
|
labelZh: 悟空 IM demo 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
|