Skip to content

Commit

Permalink
docs for .env
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomEtc committed Feb 24, 2012
1 parent d0f9d99 commit ea93b9c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
node_modules
.env
15 changes: 15 additions & 0 deletions README
@@ -0,0 +1,15 @@
Go to http://runkeeper.com/partner/applications to set up a RunKeeper application.

Go to https://www.dropbox.com/developers to set up a Dropbox application.

Add the following keys to a .env file:

DROPBOX_KEY=???
DROPBOX_SECRET=???
RUNKEEPER_KEY=???
RUNKEEPER_SECRET=???
RUNKEEPER_AUTH_URL=???
RUNKEEPER_TOKEN_URL=???
RUNKEEPER_REMOVE_URL=???
SESSION_SECRET=???

0 comments on commit ea93b9c

Please sign in to comment.