Replace Resend env vars with SMTP config in .env.example
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
59a738bc23
commit
6120f41c94
|
|
@ -17,8 +17,11 @@ JWT_SECRET=generate_a_strong_secret_here
|
|||
# App
|
||||
CORS_ORIGINS=http://localhost:3000
|
||||
|
||||
# Email (Resend)
|
||||
RESEND_API_KEY=re_xxx
|
||||
# SMTP Email (Mailcow)
|
||||
SMTP_HOST=mx.jeffemmett.com
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=noreply@jeffemmett.com
|
||||
SMTP_PASS=changeme
|
||||
|
||||
# Frontend
|
||||
NEXT_PUBLIC_API_URL=http://localhost:8000/api
|
||||
|
|
|
|||
Loading…
Reference in New Issue