appstore/apps/mixspace/v5/data.yml
2024-02-29 16:05:51 +00:00

38 lines
1.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

additionalProperties:
formFields:
- default: 2333
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 应用端口
required: true
rule: paramPort
type: number
- default: example.com
envKey: ALLOWED_ORIGINS
labelEn: Allowed_Origins
labelZh: 允许域名前端绑定域名不需要https://,多个使用英文逗号分割)
required: true
rule: paramExtUrl
type: text
- default: Np2qgqtiUayA857GpuVI0Wtg
envKey: JWT_SECRET
labelEn: Password
labelZh: JWT密钥16到32位字符请一定修改至要求
random: true
required: true
rule: paramComplexity
type: password
- default:
envKey: ENCRYPT_KEY
labelEn: ENCRYPT_KEY
labelZh: 加密密钥(非特殊需求不建议填写)
required: false
rule: paramCommon
type: password
- default:
envKey: ENCRYPT_ENABLE
labelEn: ENCRYPT_ENABLE
labelZh: 是否开启加密true或false需要填写加密密钥
required: false
type: text