Skip to content

Commit

Permalink
change default behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
tawoe committed May 3, 2022
1 parent befc0c4 commit 380636b
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 380636b

Please sign in to comment.