Update .env.example

This commit is contained in:
Krish Dholakia 2024-01-05 19:14:48 +05:30 committed by GitHub
parent aa0b2010d2
commit b4901e6dea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ LITELLM_MASTER_KEY="sk-1234"
# Database - You can change these to any PostgreSQL database. # 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_HOST = "fake-mail-host"
# SMTP_USERNAME = "fake-mail-user" # SMTP_USERNAME = "fake-mail-user"
# SMTP_PASSWORD="fake-mail-password" # SMTP_PASSWORD="fake-mail-password"
# SMTP_SENDER_EMAIL="fake-sender-email" # SMTP_SENDER_EMAIL="fake-sender-email"