mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
25 lines
581 B
YAML
25 lines
581 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 8080
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Web Interface Port
|
|
labelZh: Web界面端口
|
|
label:
|
|
en: Web Interface Port
|
|
zh: Web界面端口
|
|
zh-Hant: Web界面埠
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: 1337
|
|
envKey: PANEL_APP_PORT_API
|
|
labelEn: API Port
|
|
labelZh: API接口端口
|
|
label:
|
|
en: API Port
|
|
zh: API接口端口
|
|
zh-Hant: API接口埠
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|