mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
更新latest版本的docker-compose.yml和data.yml配置,添加v1.83.0-nightly版本的配置文件 将LITELLM_MASTER_KEY字段类型改为password并更新默认值
22 lines
476 B
YAML
22 lines
476 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "4000"
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
label:
|
|
en: Port
|
|
zh: 端口
|
|
required: true
|
|
type: number
|
|
edit: true
|
|
rule: paramPort
|
|
- default: sk-litellm-change-in-production
|
|
envKey: LITELLM_MASTER_KEY
|
|
label:
|
|
en: LITELLM_MASTER_KEY
|
|
zh: LITELLM密钥
|
|
required: true
|
|
type: password
|
|
edit: true
|
|
rule: paramComplexity
|
|
random: true
|