Skip to content

Commit 4c06e43

Browse files
author
Matt Bernier
authored
Merge pull request #39 from thepriefy/priefy-issue-34-1
Add a .env_sample file
2 parents 0fb3f36 + 2d67edb commit 4c06e43

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.env_sample

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export SENDGRID_API_KEY=''

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
3131

3232
- Ruby version 2.2+
3333

34+
## Setup Environment Variables
35+
36+
### Environment Variable
37+
38+
Update the development environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys), for example:
39+
40+
```bash
41+
echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env
42+
echo "sendgrid.env" >> .gitignore
43+
source ./sendgrid.env
44+
```
45+
3446
## Install Package
3547

3648
```bash

0 commit comments

Comments
 (0)