Skip to content

Commit

Permalink
Update the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shanhuhai committed Oct 2, 2018
1 parent 4d77164 commit b7d7fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit b7d7fd4

Please sign in to comment.