Add .env.example
parent
58c2bac2d2
commit
c169223045
|
@ -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
|
Reference in New Issue