Add .env.example

main
sudoer777 2021-10-03 21:54:40 -06:00
parent 58c2bac2d2
commit c169223045
1 changed files with 8 additions and 0 deletions

8
.env.example 100644
View File

@ -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