mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 13:16:52 +00:00
change default behaviour
This commit is contained in:
parent
befc0c453e
commit
380636b78a
@ -273,11 +273,11 @@ API_EXPLORER_APP_NAME = 'API Explorer'
|
||||
LOGO_URL = 'https://static.openbankproject.com/images/OBP/favicon.png'
|
||||
OVERRIDE_CSS_URL = None
|
||||
|
||||
VERIFY = True if API_HOST.startswith("https") else False
|
||||
VERIFY = True
|
||||
|
||||
# Local settings can override anything in here
|
||||
try:
|
||||
from apimanager.local_settings import *
|
||||
from apimanager.local_settings import * # noqa
|
||||
except ImportError:
|
||||
pass
|
||||
# EVERYTHING BELOW HERE WILL NOT BE OVERWRITTEN BY LOCALSETTINGS!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user