# Copy this file to .env and fill in the values: cp .env.example .env # --- Security --- # Generate a random secret with, e.g.: openssl rand -hex 32 JWT_SECRET=change-me-to-a-random-secret # --- App URL --- FRONTEND_URL=https://example.com # --- Domain (Traefik routing) --- DOMAIN=example.com # --- External Traefik network --- TRAEFIK_NETWORK=traefik_public # --- SMTP (email notifications, password reset) --- # Leave SMTP_HOST empty to disable sending emails. SMTP_HOST= SMTP_PORT=587 SMTP_SECURE=false SMTP_USER= SMTP_PASS= SMTP_FROM=