feat:调整wukongim&tangsengdaodao
This commit is contained in:
@@ -1,39 +1,65 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: EXTERNAL_IP
|
||||
labelEn: ipAddress
|
||||
labelZh: 外部访问IP
|
||||
labelZh: 外部访问 IP
|
||||
required: true
|
||||
type: text
|
||||
- default: 5001
|
||||
- default: "5001"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WK_API
|
||||
labelEn: WuKongIM api port
|
||||
labelZh: 悟空IM api端口
|
||||
labelZh: 悟空 IM api 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 5100
|
||||
- default: "5100"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WK_TCP
|
||||
labelEn: WuKongIM tcp port
|
||||
labelZh: 悟空IM TCP端口
|
||||
labelZh: 悟空 IM TCP 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 5200
|
||||
- default: "5200"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WK_WS
|
||||
labelEn: WuKongIM ws port
|
||||
labelZh: 悟空IM WS端口
|
||||
labelZh: 悟空 IM WS 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "5300"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WuKongIM web port
|
||||
labelZh: 悟空IM监控端口
|
||||
labelZh: 悟空 IM 监控端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 5172
|
||||
- default: "5172"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_WK_DEMO_SERVER
|
||||
labelEn: WuKongIM demo port
|
||||
labelZh: 悟空IM demo端口
|
||||
labelZh: 悟空 IM demo 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
||||
- default: "11110"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_COMM
|
||||
labelEn: WuKongIM Node Communication Port
|
||||
labelZh: 悟空 IM 节点通讯端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "9090"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_STATS
|
||||
labelEn: Prometheus port
|
||||
labelZh: Prometheus 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
Reference in New Issue
Block a user