Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia authored Jan 5, 2024
1 parent aa0b201 commit b4901e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"


############
Expand All @@ -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"

0 comments on commit b4901e6

Please sign in to comment.