diff --git a/.env.example b/.env.example index cb06d30..4927e9b 100644 --- a/.env.example +++ b/.env.example @@ -9,15 +9,15 @@ DATABASE_URL=postgresql://votc:votc_password@localhost:5432/votc # ============================================ -# SMTP Email (Mailcow) +# SMTP Email # ============================================ -SMTP_HOST=mx.jeffemmett.com +SMTP_HOST=mail.example.com SMTP_PORT=587 -SMTP_USER=noreply@jeffemmett.com +SMTP_USER=noreply@example.com SMTP_PASS=changeme # Email sender address -EMAIL_FROM=Valley of the Commons +EMAIL_FROM=Valley of the Commons # ============================================ # Admin Configuration