# Mulita / PhotoVault local environment.
# See .env.example for the full list of knobs and their docs.

# REQUIRED — host path to your photo library.
PHOTO_DIRS=/Users/dtoro/Pictures/MulitaTest

# Ports — change if 3000 / 8001 collide with other services on the host.
FRONTEND_PORT=3000
BACKEND_PORT=8001
REDIS_PORT=6379

# CORS — wildcard for local dev. Lock down for real deployments.
ALLOWED_ORIGINS=*

# Logging + timezone.
LOG_LEVEL=INFO
TZ=UTC

# Celery worker pool.
CELERYD_CONCURRENCY=4
