Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a .env_sample file #447

Closed
thinkingserious opened this issue Oct 27, 2017 · 1 comment · Fixed by #449
Closed

Add a .env_sample file #447

thinkingserious opened this issue Oct 27, 2017 · 1 comment · Fixed by #449
Labels
difficulty: easy fix is easy in difficulty

Comments

@thinkingserious
Copy link
Contributor

Our preference is that users have an environment file when using the SendGrid API, because it is less likely that someone would commit their credentials to github.

Please make a couple changes:

  • make a .env_sample file that contains: export SENDGRID_API_KEY=''
  • make (or add) a .gitignore file and include .env
  • add instructions to the README file about how to copy .env_sample to .env and add the API Key
@thinkingserious thinkingserious added difficulty: easy fix is easy in difficulty hacktoberfest labels Oct 27, 2017
@trangttt
Copy link
Contributor

Can I work on this?

mbernier pushed a commit that referenced this issue Oct 27, 2017
Add a .env_sample file and Update README #447
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: easy fix is easy in difficulty
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants