We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d3165e + 380636b commit b29914cCopy full SHA for b29914c
apimanager/apimanager/settings.py
@@ -273,11 +273,11 @@
273
LOGO_URL = 'https://static.openbankproject.com/images/OBP/favicon.png'
274
OVERRIDE_CSS_URL = None
275
276
-VERIFY = True if API_HOST.startswith("https") else False
+VERIFY = True
277
278
# Local settings can override anything in here
279
try:
280
- from apimanager.local_settings import *
+ from apimanager.local_settings import * # noqa
281
except ImportError:
282
pass
283
# EVERYTHING BELOW HERE WILL NOT BE OVERWRITTEN BY LOCALSETTINGS!
0 commit comments