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"
############ ############