Created
September 20, 2020 15:16
-
-
Save victorsteven/f4a8c900a1dcdb0e3a5818a6c937070e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APP_PORT=8080 | |
GMAIL_USERNAME=your-gmail | |
GMAIL_PASSWORD=your-gmail-password | |
GMAIL_SERVER=smtp.gmail.com | |
GMAIL_PORT=587 | |
SENDGRID_API_KEY=your-sendgrid-api-key | |
SENDGRID_FROM=your-sendgrid-email | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment