SECRET_KEY=your-secret-key-here DEBUG=False ALLOWED_HOSTS=localhost,127.0.0.1 # Database DB_NAME=budget_db DB_USER=budget_user DB_PASSWORD=your-db-password DB_HOST=localhost DB_PORT=5432 # Cloudflare Turnstile (https://dash.cloudflare.com → Turnstile) TURNSTILE_SECRET_KEY=your-turnstile-secret-key # Email / Brevo SMTP (https://app.brevo.com → SMTP & API → SMTP) EMAIL_HOST=smtp-relay.brevo.com EMAIL_PORT=587 EMAIL_HOST_USER=your-brevo-smtp-login EMAIL_HOST_PASSWORD=your-brevo-smtp-password EMAIL_USE_TLS=True DEFAULT_FROM_EMAIL=noreply@armarium.ch # Frontend URL (used in emails for links) FRONTEND_URL=https://app.armarium.ch