From b7d7fd4bc6465f07e2ef9779762f94e8bce8339d Mon Sep 17 00:00:00 2001 From: JianweiGao Date: Tue, 2 Oct 2018 18:50:38 +0800 Subject: [PATCH] Update the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bfba05..c4e5c08 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,8 @@ SECRET_KEY = 'abc' # API hostname, e.g. https://api.openbankproject.com API_HOST = 'http://127.0.0.1:8080' # Consumer key + secret to authenticate the _app_ against the API -OAUTH_CONSUMER_KEY = 'y3og05zrlhhy4fcunnzrdutumrw3rbc0sydsyw5e' -OAUTH_CONSUMER_SECRET = '42jfbpgfft3aviticlfdninl5wf5siz3hs1j1d3m' +OAUTH_CONSUMER_KEY = '' +OAUTH_CONSUMER_SECRET = '' # Database filename, default is `../db.sqlite3` relative to this file DATABASES = { 'default': {