From 6b526e802d7af077c7e1028e163233d1695af070 Mon Sep 17 00:00:00 2001 From: tesobe-daniel Date: Wed, 7 Sep 2022 14:58:23 +0200 Subject: [PATCH] Update readme.md test merge to test auto-deploy --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c160af2..0a34de6 100644 --- a/README.md +++ b/README.md @@ -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 = ''