mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 15:46:44 +00:00
/debug chnage Tester url
This commit is contained in:
parent
9026bf17ff
commit
641d195000
@ -252,7 +252,7 @@ API_BASE_PATH = '/obp/v'
|
||||
API_VERSION = '4.0.0'
|
||||
|
||||
# URL to API Tester
|
||||
API_TESTER_URL = 'https://simon.com'
|
||||
API_TESTER_URL = 'https://www.example.com'
|
||||
SHOW_API_TESTER = True
|
||||
|
||||
# Always save session$
|
||||
@ -264,8 +264,8 @@ OAUTH_AUTHORIZATION_PATH = '/oauth/authorize'
|
||||
OAUTH_ACCESS_TOKEN_PATH = '/oauth/token'
|
||||
|
||||
# Set OAuth client key/secret in apimanager/local_settings.py
|
||||
OAUTH_CONSUMER_KEY = "None"
|
||||
OAUTH_CONSUMER_SECRET = "None"
|
||||
OAUTH_CONSUMER_KEY = None
|
||||
OAUTH_CONSUMER_SECRET = None
|
||||
|
||||
# Path on API_HOST to DirectLogin
|
||||
DIRECTLOGIN_PATH = '/my/logins/direct'
|
||||
|
||||
@ -107,3 +107,4 @@ def api_tester_url(request):
|
||||
"""Returns the URL to the API Tester for the API instance"""
|
||||
url = getattr(settings, 'API_TESTER_URL', None)
|
||||
return {'API_TESTER_URL': url}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user