mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
55 lines
1.7 KiB
YAML
55 lines
1.7 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40203
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: example.com
|
|
edit: true
|
|
envKey: ALLOWED_ORIGINS
|
|
labelEn: Allowed domain (multiple delimited with ",")
|
|
labelZh: 被允许的域名 (多个使用英文逗号分割)
|
|
required: true
|
|
type: text
|
|
- default: Np2qgqtiUayA857a
|
|
edit: true
|
|
envKey: JWT_SECRET
|
|
labelEn: JWT key (16 to 32 characters)
|
|
labelZh: JWT 密钥 (16 到 32 位字符)
|
|
random: true
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|
|
- default: ''
|
|
edit: true
|
|
envKey: ENCRYPT_KEY
|
|
labelEn: Encryption key (not recommended for non-special needs, run "openssl rand -hex 32" on the terminal to obtain it)
|
|
labelZh: 加密密钥 (非特殊需求不建议填写,终端执行 "openssl rand -hex 32" 获取)
|
|
required: false
|
|
type: text
|
|
- default: "false"
|
|
edit: true
|
|
envKey: ENCRYPT_ENABLE
|
|
labelEn: Whether to enable encryption (true or false, if you want to enable it, you need to enter the encryption key)
|
|
labelZh: 是否开启加密 (true或false,开启则需要填写加密密钥)
|
|
required: true
|
|
type: text
|
|
- default: Asia/Shanghai
|
|
edit: true
|
|
envKey: TIME_ZONE
|
|
labelEn: Time zone
|
|
labelZh: 时区
|
|
required: true
|
|
type: text
|
|
- default: 172.19.0
|
|
edit: true
|
|
envKey: SUBNET_PREFIX
|
|
labelEn: New docker network subnet prefix
|
|
labelZh: 新 docker 网络子网前缀
|
|
required: true
|
|
type: text
|