mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-16 06:12:18 +08:00
19 lines
411 B
YAML
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
|