7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
SMTP_HOST=smtp.mailtrap.io
|
|
SMTP_PORT=2525
|
|
SMTP_USER=your_smtp_user
|
|
SMTP_PASS=your_smtp_password
|
|
EMAIL_FROM=noreply@example.com
|
|
EMAIL_REPLYTO=noreply@example.com
|
|
REDIS_URL=redis://localhost:6379 |