mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
33 lines
834 B
YAML
33 lines
834 B
YAML
|
|
additionalProperties:
|
||
|
|
formFields:
|
||
|
|
- default: 8080
|
||
|
|
edit: true
|
||
|
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
|
labelEn: Web Port
|
||
|
|
labelZh: Web 端口
|
||
|
|
required: true
|
||
|
|
rule: paramPort
|
||
|
|
type: number
|
||
|
|
- default: Asia/Shanghai
|
||
|
|
edit: true
|
||
|
|
envKey: TZ
|
||
|
|
labelEn: Time Zone
|
||
|
|
labelZh: 时区
|
||
|
|
required: true
|
||
|
|
type: text
|
||
|
|
- default: sub2api_secure_jwt_secret_change_in_production
|
||
|
|
edit: true
|
||
|
|
envKey: JWT_SECRET
|
||
|
|
labelEn: JWT Secret
|
||
|
|
labelZh: JWT 密钥
|
||
|
|
required: true
|
||
|
|
rule: paramCommon
|
||
|
|
type: password
|
||
|
|
- default: sub2api_secure_db_password_change_in_production
|
||
|
|
edit: true
|
||
|
|
envKey: POSTGRES_PASSWORD
|
||
|
|
labelEn: PostgreSQL Password
|
||
|
|
labelZh: PostgreSQL 密码
|
||
|
|
required: true
|
||
|
|
rule: paramCommon
|
||
|
|
type: password
|