## ## LiteLLM secrets and passwords ## https://docs.litellm.ai/docs/proxy/ui ## ## This file holds sensitive values and is installed with 0600 root:root ## permissions. Podman reads it on the host and injects the variables into the ## container environment. ## # Master key used to authenticate against the proxy server (must start with sk-) LITELLM_MASTER_KEY=sk-secret1234 # Admin UI credentials UI_USERNAME=admin UI_PASSWORD=admin # PostgreSQL connection (provided by the postgresql cookbook on localhost) DATABASE_URL=postgresql://litellm:litellm@localhost:5432/litellm # Store models and keys managed through the UI in the database STORE_MODEL_IN_DB=True # Provider API keys referenced from config.yaml (os.environ/...) go here too #OPENAI_API_KEY="sk-..."