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 #48

Closed
thinkingserious opened this issue Oct 27, 2017 · 0 comments
Closed

Add a .env_sample file #48

thinkingserious opened this issue Oct 27, 2017 · 0 comments
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
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

No branches or pull requests

1 participant