docs: related to #36 : added the .env_sample and instructions in the readme to configure it#46
Conversation
README.md
Outdated
| - Once you have obtained the API key, find the environment variable SENDGRID_API_KEY and assign your API key as it's value. | ||
| As an example it should look like this | ||
| ``` | ||
| SENDGRID_API_KEY='Ef34Gyt&dfPFC34G'; |
There was a problem hiding this comment.
Can you please change this to a placeholder like so:
SENDGRID_API_KEY='<YOUR_API_KEY>';
There was a problem hiding this comment.
Changed the placeholder as requested with the latest commit
|
This does exactly what we were looking for. Thank you! In this case, it's a good thing to have a broken build! |
|
Hello @psnmissaka, |
|
you are welcome @thinkingserious i'm glad to be able to contribute. I just filled the form as well. |
Relates to #36
*Added a sample .env file for users to configure the SendGrid api key.
*Included dotenv package to load the environment variables from .env file
*Added instructions in the readme file to setup the environment variables and to configure API key in the .env file