Update allowed hosts
This commit is contained in:
parent
9d5289881d
commit
ae2e6efbb8
@ -10,7 +10,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
# Add Your Required Allow Host
|
||||
if not DEBUG:
|
||||
ALLOWED_HOSTS = [
|
||||
'forum.windmillapps.org',
|
||||
'indici.windmillapps.org',
|
||||
]
|
||||
else:
|
||||
ALLOWED_HOSTS = ['192.168.68.106', '127.0.0.1', 'localhost']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user