Skip to content

Commit

Permalink
Merge pull request #449 from trangttt/master
Browse files Browse the repository at this point in the history
Add a .env_sample file and Update README #447
  • Loading branch information
Matt Bernier authored Oct 27, 2017
2 parents 30d8b56 + b79f13a commit b12728a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export SENDGRID_API_KEY=''
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ echo "sendgrid.env" >> .gitignore
source ./sendgrid.env
```

Sengrid also supports local enviroment file `.env`. Copy or rename `.env_sample` into `.env` and update [SENGRID_API_KEY](https://app.sendgrid.com/settings/api_keys) with your key.

## Install Package

```bash
Expand Down

0 comments on commit b12728a

Please sign in to comment.