Update readme.md

test merge to test auto-deploy
This commit is contained in:
tesobe-daniel 2022-09-07 14:58:23 +02:00 committed by GitHub
parent f6c8e65f6b
commit 6b526e802d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,6 +196,8 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = 'abc'
# API hostname, e.g. https://api.openbankproject.com
API_HOST = 'http://127.0.0.1:8080'
# API Portal URL, if you deploy OBP with split API/Portal instances. Else, set to same value as API_HOST
API_PORTAL = 'http://127.0.0.1:8080'
# Consumer key + secret to authenticate the _app_ against the API
OAUTH_CONSUMER_KEY = ''
OAUTH_CONSUMER_SECRET = ''