1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 19:21:03 +08:00
2024-12-12 21:27:56 +08:00

19 lines
411 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