docs: remove SMTP and webhook env vars (configured via Admin UI only)

Made-with: Cursor
This commit is contained in:
Andrei Brebene
2026-03-31 16:48:56 +03:00
parent ed8518aca4
commit 75af89de30
3 changed files with 0 additions and 34 deletions

View File

@@ -24,16 +24,5 @@ LOG_LEVEL=info
# OIDC_ADMIN_CLAIM=groups
# OIDC_ADMIN_VALUE=app-trek-admins
# ── SMTP (email notifications) ─────────────────────────────────
# SMTP_HOST=smtp.example.com
# SMTP_PORT=587
# SMTP_USER=trek@example.com
# SMTP_PASS=secret
# SMTP_FROM=trek@example.com
# SMTP_SKIP_TLS_VERIFY=false
# ── Webhook (Discord / Slack notifications) ────────────────────
# NOTIFICATION_WEBHOOK_URL=https://discord.com/api/webhooks/...
# ── Demo ───────────────────────────────────────────────────────
# DEMO_MODE=false