Skip to content

Commit

Permalink
Added .env (empty) template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Moffitt committed Sep 18, 2019
1 parent 6710dda commit 32b12c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Twitter app creds for app uploading and posting Tweets.
HOST_ACCOUNT_ID=""
CONSUMER_KEY=""
CONSUMER_SECRET=""
ACCESS_TOKEN=""
ACCESS_TOKEN_SECRET=""
# Database details.
DATABASE=""
DATABASE_HOST=""
DATABASE_USER=""
DATABASE_PASSWORD=""

0 comments on commit 32b12c6

Please sign in to comment.