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

@@ -244,15 +244,6 @@ trek.yourdomain.com {
| `OIDC_CLIENT_SECRET` | OIDC client secret | — |
| `OIDC_DISPLAY_NAME` | Label shown on the SSO login button | `SSO` |
| `OIDC_ONLY` | Disable local password auth entirely (first SSO login becomes admin) | `false` |
| **SMTP** | *Also configurable from Admin > Settings > Notifications* | |
| `SMTP_HOST` | SMTP server hostname | — |
| `SMTP_PORT` | SMTP port (`587` for STARTTLS, `465` for SSL) | — |
| `SMTP_USER` | SMTP username | — |
| `SMTP_PASS` | SMTP password | — |
| `SMTP_FROM` | Sender address for notification emails | — |
| `SMTP_SKIP_TLS_VERIFY` | Skip TLS certificate verification (self-signed certs) | `false` |
| **Webhook** | *Also configurable from Admin > Settings > Notifications* | |
| `NOTIFICATION_WEBHOOK_URL` | Discord or Slack webhook URL for notifications | — |
| **Other** | | |
| `DEMO_MODE` | Enable demo mode (hourly data resets) | `false` |