12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
# SMTP Configuration
|
|
SMTP_HOST=smtp.example.com
|
|
SMTP_PORT=587
|
|
SMTP_USER=your-email@example.com
|
|
SMTP_PASS=your-password
|
|
|
|
# Email Settings
|
|
ADMIN_EMAIL=admin@example.com
|
|
WEBSITE_NAME=Your Website Name
|
|
|
|
# Environment
|
|
NODE_ENV=development |