mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-10 08:31:37 +08:00
48 lines
1.0 KiB
YAML
48 lines
1.0 KiB
YAML
|
|
additionalProperties:
|
||
|
|
formFields:
|
||
|
|
- default: "3002"
|
||
|
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
|
label:
|
||
|
|
en: API Port
|
||
|
|
zh: API端口
|
||
|
|
required: true
|
||
|
|
type: number
|
||
|
|
edit: true
|
||
|
|
rule: paramPort
|
||
|
|
- default: "CHANGEME"
|
||
|
|
envKey: BULL_AUTH_KEY
|
||
|
|
label:
|
||
|
|
en: Bull Queue Admin Key
|
||
|
|
zh: 队列管理密钥
|
||
|
|
required: true
|
||
|
|
type: text
|
||
|
|
edit: true
|
||
|
|
rule: paramCommon
|
||
|
|
- default: "firecrawl"
|
||
|
|
envKey: POSTGRES_USER
|
||
|
|
label:
|
||
|
|
en: PostgreSQL Username
|
||
|
|
zh: 数据库用户名
|
||
|
|
required: true
|
||
|
|
type: text
|
||
|
|
edit: true
|
||
|
|
rule: paramCommon
|
||
|
|
- default: ""
|
||
|
|
envKey: POSTGRES_PASSWORD
|
||
|
|
label:
|
||
|
|
en: PostgreSQL Password
|
||
|
|
zh: 数据库密码
|
||
|
|
required: true
|
||
|
|
type: password
|
||
|
|
edit: true
|
||
|
|
rule: paramCommon
|
||
|
|
- default: ""
|
||
|
|
envKey: OPENAI_API_KEY
|
||
|
|
label:
|
||
|
|
en: OpenAI API Key (Optional)
|
||
|
|
zh: OpenAI API密钥(可选)
|
||
|
|
required: false
|
||
|
|
type: text
|
||
|
|
edit: true
|
||
|
|
rule: ""
|