Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Add a .env_sample file #36

Closed
thinkingserious opened this issue Oct 27, 2017 · 1 comment
Closed

Add a .env_sample file #36

thinkingserious opened this issue Oct 27, 2017 · 1 comment

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
@dhsrocha
Copy link
Contributor

dhsrocha commented Oct 27, 2017

By the way you are telling on the third bullet, I'm supposed to add the .env_sample_file in the 'examples' folder?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants