Add inventory.hackerspace.pl to ALLOWED_HOSTS

pull/1/head
palid 2023-07-11 23:36:35 +02:00
parent bfe9d27d71
commit b74c1b3c8f
Signed by: palid
SSH Key Fingerprint: SHA256:Mus3wCd2x6nxtARI0DpWGT7lIWbNy3R90BVDg0j35PI
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ DEBUG = not PROD
ALLOWED_HOSTS = env(
"ALLOWED_HOSTS",
"devinventory,inventory.waw.hackerspace.pl,i,inventory"
"devinventory,inventory.waw.hackerspace.pl,inventory.hackerspace.pl,i,inventory"
+ (",127.0.0.1" if not PROD else ""),
).split(",")
LOGIN_REDIRECT_URL = "/admin/"