diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..9ef5217 --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +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