summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiyo7 <piyo7@users.noreply.github.com>2015-06-13 16:07:08 +0900
committerpiyo7 <piyo7@users.noreply.github.com>2015-06-13 16:07:08 +0900
commit66e58eb8fdef8066cfa05741d039e2a6a7e8f4ee (patch)
tree5a23b63f2e9de294523efa25c619cb27442b53bb
parent42fcbf7ef3f5ff3f9ded41bf8144ffde9b0542d0 (diff)
downloadsendgrid-nodejs-66e58eb8fdef8066cfa05741d039e2a6a7e8f4ee.zip
sendgrid-nodejs-66e58eb8fdef8066cfa05741d039e2a6a7e8f4ee.tar.gz
sendgrid-nodejs-66e58eb8fdef8066cfa05741d039e2a6a7e8f4ee.tar.bz2
Fix environment variables.
-rw-r--r--.env.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.example b/.env.example
index 87089bc..1183430 100644
--- a/.env.example
+++ b/.env.example
@@ -1,4 +1,4 @@
-API_USER=yourusername
-API_KEY=yourpassword
+SENDGRID_USERNAME=yourusername
+SENDGRID_PASSWORD=yourpassword
TO=your@email.com
FROM=your@email.com