-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (21 loc) · 566 Bytes
/
.env.example
File metadata and controls
27 lines (21 loc) · 566 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
# Database
DATABASE_URL=postgresql+asyncpg://phaze:phaze@postgres:5432/phaze
POSTGRES_USER=phaze
POSTGRES_PASSWORD=phaze
POSTGRES_DB=phaze
# Redis
REDIS_URL=redis://redis:6379/0
# Application
DEBUG=false
API_HOST=0.0.0.0
API_PORT=8000
# File discovery - mounted music directory for scanning
SCAN_PATH=/data/music
# Docker (for volume permissions)
UID=1000
GID=1000
# Audio analysis models -- host directory mounted into worker container
# Run 'just download-models' to populate, then set path here
MODELS_PATH=./models
# Future: LLM API keys
# OPENAI_API_KEY=