From b79f13a119fbe629ae0890851aed3a8bb147ce14 Mon Sep 17 00:00:00 2001 From: Trang Tran Date: Fri, 27 Oct 2017 09:10:40 +0700 Subject: [PATCH] Add a .env_sample file and Update README --- .env_sample | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .env_sample diff --git a/.env_sample b/.env_sample new file mode 100644 index 000000000..937e999d4 --- /dev/null +++ b/.env_sample @@ -0,0 +1 @@ +export SENDGRID_API_KEY='' diff --git a/README.md b/README.md index 64c3829b8..8bcc5419b 100644 --- a/README.md +++ b/README.md @@ -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