changed smtp settings
All checks were successful
Build Frontend / Build Frontend (push) Successful in 24s

This commit is contained in:
2026-01-11 21:52:31 +00:00
parent b05594fe3d
commit 15e3eb316a

8
.env
View File

@@ -42,11 +42,11 @@ RATE_LIMIT_TIMEWINDOW=60000
BYPASS_BOT_REQUIREMENT=true
# Email Configuration (for future implementation)
SMTP_HOST=smtp.example.com
SMTP_HOST=mail.privateemail.com
SMTP_PORT=587
SMTP_USER=your-email@example.com
SMTP_PASS=your-email-password
EMAIL_FROM=noreply@turbotrades.com
SMTP_USER=spam@turbotrades.gg
SMTP_PASS=20yBBj!0
EMAIL_FROM=noreply@turbotrades.dev
# WebSocket
WS_PING_INTERVAL=30000