logto-nextjs/.env.litellm.example
2025-07-28 15:37:21 +02:00

4 lines
239 B
Plaintext

LITELLM_MASTER_KEY="sk-1234" # Change this if you like
LITELLM_SALT_KEY="sk-1234" # Change this if you like but can't be changed after the first run
DATABASE_URL="postgres://postgres:p0stgr3s@postgres:5432/litellm"
STORE_MODEL_IN_DB='True'