15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
# Server
|
|
PORT=3000
|
|
|
|
# Email Configuration
|
|
MAIL_PROVIDER=smtp
|
|
MAIL_FROM_EMAIL=noreply@example.com
|
|
MAIL_FROM_NAME=Mail Server
|
|
|
|
# SMTP (Brevo)
|
|
SMTP_HOST=smtp-relay.brevo.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=your-email@example.com
|
|
SMTP_PASSWORD=your-smtp-password
|
|
SMTP_SECURE=false
|