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:
parent
72f072f233
commit
57f4cf374b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue