forked from phoenix/litellm-mirror
Update .env.example
This commit is contained in:
parent
aa0b2010d2
commit
b4901e6dea
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ LITELLM_MASTER_KEY="sk-1234"
|
|||
# Database - You can change these to any PostgreSQL database.
|
||||
############
|
||||
|
||||
LITELLM_DATABASE_URL="your-postgres-db-url"
|
||||
DATABASE_URL="your-postgres-db-url"
|
||||
|
||||
|
||||
############
|
||||
|
@ -19,4 +19,4 @@ LITELLM_DATABASE_URL="your-postgres-db-url"
|
|||
# SMTP_HOST = "fake-mail-host"
|
||||
# SMTP_USERNAME = "fake-mail-user"
|
||||
# SMTP_PASSWORD="fake-mail-password"
|
||||
# SMTP_SENDER_EMAIL="fake-sender-email"
|
||||
# SMTP_SENDER_EMAIL="fake-sender-email"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue