-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (31 loc) · 814 Bytes
/
.env.example
File metadata and controls
38 lines (31 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Server Configuration
PORT=4000
# LiteLLM Configuration
LITELLM_MASTER_KEY=sk-change-me-to-something-secure
LITELLM_SALT_KEY=change-me-to-random-string-min-16-chars
STORE_MODEL_IN_DB=True
LITELLM_LOG=ERROR
# Database Configuration
DATABASE_URL=postgresql://user:password@localhost:5432/litellm
# Redis Configuration
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
REDIS_SSL=False
# Google Cloud Configuration
GOOGLE_CLOUD_PROJECT=your-project-id
GOOGLE_APPLICATION_CREDENTIALS=/app/credentials.json
# API Keys (Add your keys here)
DEEPINFRA_API_KEY=
NVIDIA_API_KEY=
GEMINI_API_KEY=
MINIMAX_API_KEY=
ZAI_API_KEY=
GITHUB_API_KEY=
# Langfuse Configuration (Optional)
LANGFUSE_PUBLIC_KEY=
LANGFUSE_SECRET_KEY=
LANGFUSE_HOST=https://cloud.langfuse.com
# UI Configuration
UI_USERNAME=admin
UI_PASSWORD=admin