From ea93b9cad71984f1c96766148a4dc24ab3c5b5b0 Mon Sep 17 00:00:00 2001 From: Tom Carden Date: Thu, 23 Feb 2012 22:47:16 -0800 Subject: [PATCH] docs for .env --- .gitignore | 1 + README | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 README diff --git a/.gitignore b/.gitignore index 3c3629e..37d7e73 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +.env diff --git a/README b/README new file mode 100644 index 0000000..cb1cd85 --- /dev/null +++ b/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=??? +