Skip to content

Commit

Permalink
Merge pull request OpenBankProject#171 from tawoe/update_config
Browse files Browse the repository at this point in the history
change default behaviour
  • Loading branch information
simonredfern authored May 4, 2022
2 parents 1d3165e + 380636b commit b29914c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apimanager/apimanager/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,11 @@
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!
Expand Down

0 comments on commit b29914c

Please sign in to comment.