From 57f4cf374b7c3f2221769f7460f18c452d525a68 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 18 Feb 2026 12:11:02 -0700 Subject: [PATCH] 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 --- .env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 5be4b86..db16f2d 100644 --- a/.env.example +++ b/.env.example @@ -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