Skip to content

Commit 3539292

Browse files
author
joeltaylor
committed
Add dotenv for enviornment variables
1 parent d0c350e commit 3539292

File tree

5 files changed

+3709
-519
lines changed

5 files changed

+3709
-519
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ node_modules
2828
.DS_Store
2929
.lock-wscript
3030
.service-credentials
31+
.env
3132

3233
bower_components
3334

example.env

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Make sure you copy this to .env (e.g. `cp example.env .env`)
2+
LIST_ID=MailchimpListID
3+
MAILCHIMP_API= MailchimpAPISecret
4+
GH_CLIENT_SECRET= GithubClientSecret
5+
GH_CLIENT_ID= GithubClientId
6+
AKISMET_API= AkistmetAPIKey
7+
MANDRILL_API= MandrillAPIKey
8+
COOKIE_KEY=a-great-secret-key
9+
REDIS_HOST=redisHostIP
10+
NODE_ENV=nodeEnviornment

0 commit comments

Comments
 (0)