This commit is contained in:
2024-11-22 10:53:17 +01:00
parent 320a3f71d4
commit a9e8479be7
2 changed files with 108 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
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
SMTP_HOST=localhost
SMTP_PORT=587
SMTP_USER="project.1"
SMTP_PASS="secret.1"
EMAIL_FROM="noreply@lauf-fuer-kaya.de"
EMAIL_REPLYTO="info@lauf-fuer-kaya.de"
REDIS_URL=redis://localhost:6379