Skip to content

Commit b29914c

Browse files
authored
Merge pull request OpenBankProject#171 from tawoe/update_config
change default behaviour
2 parents 1d3165e + 380636b commit b29914c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apimanager/apimanager/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,11 @@
273273
LOGO_URL = 'https://static.openbankproject.com/images/OBP/favicon.png'
274274
OVERRIDE_CSS_URL = None
275275

276-
VERIFY = True if API_HOST.startswith("https") else False
276+
VERIFY = True
277277

278278
# Local settings can override anything in here
279279
try:
280-
from apimanager.local_settings import *
280+
from apimanager.local_settings import * # noqa
281281
except ImportError:
282282
pass
283283
# EVERYTHING BELOW HERE WILL NOT BE OVERWRITTEN BY LOCALSETTINGS!

0 commit comments

Comments
 (0)