# dvara — environment variables
# Copy this to .env and fill in values before running docker compose

REDIS_URL=redis://localhost:6379
DATABASE_URL=postgresql://dvara:dvara@localhost:5432/dvara
FILTER_PATH=~/.dvara/filter.bin

# Optional: set a bearer token to protect /api/reload
# Leave empty to disable auth
API_KEY=
