security: remove real SMTP host/user from .env.example

Replace mx.jeffemmett.com and noreply@jeffemmett.com with generic
placeholders to avoid GitGuardian SMTP credential alerts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-18 12:11:02 -07:00
parent 72f072f233
commit 57f4cf374b
1 changed files with 3 additions and 3 deletions

View File

@ -20,10 +20,10 @@ CORS_ORIGINS=https://rswag.online
# AI Design Generation
GEMINI_API_KEY=xxx
# SMTP Email (Mailcow)
SMTP_HOST=mx.jeffemmett.com
# SMTP Email
SMTP_HOST=mail.example.com
SMTP_PORT=587
SMTP_USER=noreply@jeffemmett.com
SMTP_USER=noreply@example.com
SMTP_PASS=changeme
# Frontend