Skip to content

Commit

Permalink
Add example env.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnesbitt committed Jul 2, 2015
1 parent e482c5f commit feefd7a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# App

APP_NAME="Twitter User Interface"

# Twitter

APP_TWITTER_CONSUMER_KEY=
APP_TWITTER_CONSUMER_SECRET=
APP_TWITTER_ACCESS_TOKEN=
APP_TWITTER_ACCESS_TOKEN_SECRET=
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.*
!/.gitignore
*.css
vendor
.bundle
.sass-cache
.env
!/.gitignore
!/.env.example

0 comments on commit feefd7a

Please sign in to comment.