fix: very dumb accidental commit of ALLOWED_HOSTS

pull/1/head
palid 2024-01-14 15:21:21 +01:00
parent 67ac858323
commit d36a84e25b
Signed by: palid
SSH Key Fingerprint: SHA256:Mus3wCd2x6nxtARI0DpWGT7lIWbNy3R90BVDg0j35PI
1 changed files with 0 additions and 1 deletions

View File

@ -227,4 +227,3 @@ LABEL_API = env("LABEL_API", "http://label.waw.hackerspace.pl:4567")
LOGIN_URL = "/admin/login/"
# Local LAN address space
LAN_ALLOWED_ADDRESS_SPACE = env("LAN_ALLOWED_ADDRESS_SPACE", "")
ALLOWED_HOSTS = ["0.0.0.0", "localhost"]