1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-19 23:21:03 +08:00
2024-10-21 01:47:25 +08:00

18 lines
427 B
YAML

additionalProperties:
formFields:
- default: "40308"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
required: true
rule: paramPort
type: number
- default: "5555"
edit: true
envKey: PANEL_APP_PORT_GRPC
labelEn: GRPC Port
labelZh: GRPC 端口
required: true
rule: paramPort
type: number