1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 01:01:02 +08:00

18 lines
495 B
YAML

additionalProperties:
formFields:
- default: 8899 # HTTP端口默认值
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
required: true
edit: true
rule: paramPort
type: number
- default: "111111" # 访问密码默认值
envKey: PANEL_APP_PASSWORD
labelEn: Access Password
labelZh: 访问密码
required: true
edit: true
rule: paramComplexity
type: password