mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 10:59:00 +00:00
Update the README.md
This commit is contained in:
parent
4d77164be6
commit
b7d7fd4bc6
@ -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': {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user