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
|
# 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']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user