implementation de nodemailer for email validation
This commit is contained in:
@@ -2,4 +2,11 @@ PORT=5000
|
||||
|
||||
DATABASE_URL="postgresql://postgres:password@localhost:5432/the_tip_top_db"
|
||||
|
||||
JWT_SECRET="your_secret_key"
|
||||
JWT_SECRET="your_secret_key"
|
||||
|
||||
APP_URL=http://localhost:5000
|
||||
MAIL_HOST=smtp.gmail.com
|
||||
MAIL_PORT=587
|
||||
MAIL_USER=yourmail_adress@gmail.com
|
||||
MAIL_PASS=_______________________
|
||||
MAIL_FROM="Thé Tip Top <yourmail_adress@gmail.com>"
|
||||
Reference in New Issue
Block a user