PORT=5001 FLASK_ENV=production # Single source of truth for the Docker image tag — read by both the # Makefile (build/run-dev/run-prod) and docker-compose.yml so every # build path produces and consumes the same tag. IMAGE_NAME=portfolio # Comma-separated public hostnames. Leave empty and the app reflects whatever # Host header arrives into its canonical, hreflang and redirect URLs. TRUSTED_HOSTS= # LibreTranslate instance used by `make i18n` to fill app/i18n/content/. # Only needed when generating translations, never at runtime. LIBRETRANSLATE_URL=http://localhost:5002 LIBRETRANSLATE_API_KEY=