Update docker_quick_start.md (#14322)

This commit is contained in:
Zhengyi Lai
2025-09-09 03:58:13 +08:00
committed by GitHub
parent 05741a7c82
commit 8a77fb4da1
@@ -13,7 +13,7 @@ End-to-End tutorial for LiteLLM Proxy to:
## Pre-Requisites
- Install LiteLLM Docker Image ** OR ** LiteLLM CLI (pip package)
- Install LiteLLM Docker Image **OR** LiteLLM CLI (pip package)
<Tabs>
@@ -278,15 +278,15 @@ See All General Settings [here](http://localhost:3000/docs/proxy/configs#all-set
- **Description**:
- Set a `master key`, this is your Proxy Admin key - you can use this to create other keys (🚨 must start with `sk-`).
- **Usage**:
- ** Set on config.yaml** set your master key under `general_settings:master_key`, example -
- **Set on config.yaml** set your master key under `general_settings:master_key`, example -
`master_key: sk-1234`
- ** Set env variable** set `LITELLM_MASTER_KEY`
- **Set env variable** set `LITELLM_MASTER_KEY`
2. **`database_url`** (str)
- **Description**:
- Set a `database_url`, this is the connection to your Postgres DB, which is used by litellm for generating keys, users, teams.
- **Usage**:
- ** Set on config.yaml** set your `database_url` under `general_settings:database_url`, example -
- **Set on config.yaml** set your `database_url` under `general_settings:database_url`, example -
`database_url: "postgresql://..."`
- Set `DATABASE_URL=postgresql://<user>:<password>@<host>:<port>/<dbname>` in your env