mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
26 lines
547 B
YAML
26 lines
547 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 3000
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: Asia/Shanghai
|
|
edit: true
|
|
envKey: TZ
|
|
labelEn: Time Zone
|
|
labelZh: 时区
|
|
required: true
|
|
type: text
|
|
- default: 9khGG1O59Ih4ZWrpsiFKTf8bW7ZqJR01
|
|
edit: true
|
|
envKey: USER_TOKEN_SECRET
|
|
labelEn: Password
|
|
labelZh: 用户Token
|
|
random: true
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password |