From 60f9393c904d9ca21130039daaf2b0e516cce5ff Mon Sep 17 00:00:00 2001 From: Sebastian Henschel Date: Mon, 21 Nov 2016 10:04:49 +0100 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f670ca9..4a8027c 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ SECRET_KEY = '' # API hostname, e.g. https://api.openbankproject.com OAUTH_API = '' # Consumer key + secret to authenticate the _app_ against the API -OAUTH_CLIENT_KEY = '' -OAUTH_CLIENT_SECRET = '' +OAUTH_CONSUMER_KEY = '' +OAUTH_CONSUMER_SECRET = '' # Database filename, default is `db.sqlite3` in parent directory of git checkout DATABASES['default']['NAME'] = '' ```