Files
appstore/apps/litellm/latest/.env.sample
T
okxlin 1e4682f7e0 refactor: minimize app lifecycle scripts
Keep new LiteLLM installs script-free while preserving legacy cached keys during upgrades. Simplify QuestDB and Directus initialization to the path, permission, and credential compatibility behavior proven necessary by real 1Panel install and upgrade tests.
2026-07-16 01:32:39 +08:00

11 lines
343 B
Bash

CONTAINER_NAME=litellm-compose-check
PANEL_APP_PORT_HTTP=4000
PANEL_DB_TYPE=postgresql
PANEL_DB_HOST=postgresql
PANEL_DB_PORT=5432
PANEL_DB_NAME=litellm
PANEL_DB_USER=litellm
PANEL_DB_USER_PASSWORD=replace-with-a-database-password
LITELLM_MASTER_KEY=sk-replace-with-a-strong-master-key
LITELLM_SALT_KEY=sk-replace-with-a-stable-encryption-key