8 lines
153 B
Text
8 lines
153 B
Text
NODE_ENV=development
|
|
|
|
MAIL_FROM=fromaddress@example.com
|
|
MAIL_HOST=smtp.smtphost.net
|
|
MAIL_PORT=465
|
|
MAIL_SECURE=true
|
|
MAIL_USER=username
|
|
MAIL_PASS=password
|