Update allowed hosts

This commit is contained in:
Nathan Chapman 2022-08-05 15:58:41 -06:00
parent 9d5289881d
commit ae2e6efbb8

View File

@ -10,7 +10,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
# Add Your Required Allow Host # Add Your Required Allow Host
if not DEBUG: if not DEBUG:
ALLOWED_HOSTS = [ ALLOWED_HOSTS = [
'forum.windmillapps.org', 'indici.windmillapps.org',
] ]
else: else:
ALLOWED_HOSTS = ['192.168.68.106', '127.0.0.1', 'localhost'] ALLOWED_HOSTS = ['192.168.68.106', '127.0.0.1', 'localhost']