# 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=/mnt/library/homecloud/admin/files/ # 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 pools — split worker-light (IO) and worker-vision (CPU). # Defaults target a 6-core / 16 GB host. CELERY_LIGHT_CONCURRENCY=2 CELERY_VISION_CONCURRENCY=5