mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 13:06:45 +00:00
Update readme.md
test merge to test auto-deploy
This commit is contained in:
parent
f6c8e65f6b
commit
6b526e802d
@ -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 = ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user