Skip to content

Commit

Permalink
add extra/dropbox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoh committed Aug 9, 2015
1 parent 2ddab5c commit ea08244
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/extras/dropbox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app_key: <%= ENV["DROPBOX_APP_KEY"] %>
app_secret: <%= ENV["DROPBOX_APP_SECRET"] %>
access_token: <%= ENV["DROPBOX_ACCESS_TOKEN"] %>
access_token_secret: <%= ENV["DROPBOX_ACCESS_TOKEN_SECRET"] %>
user_id: <%= ENV["DROPBOX_USER_ID"] %>
access_type: <%= ENV["DROPBOX_ACCESS_TYPE"] %>

0 comments on commit ea08244

Please sign in to comment.