mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
27 lines
589 B
YAML
27 lines
589 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "8502"
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
required: true
|
|
type: number
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
edit: true
|
|
rule: paramPort
|
|
- default: "5055"
|
|
envKey: PANEL_APP_PORT_API
|
|
required: true
|
|
type: number
|
|
labelEn: API Port
|
|
labelZh: API端口
|
|
edit: true
|
|
rule: paramPort
|
|
- default: "8000"
|
|
envKey: PANEL_APP_PORT_DB
|
|
required: true
|
|
type: number
|
|
labelEn: Database Port
|
|
labelZh: 数据库端口
|
|
edit: true
|
|
rule: paramPort
|