mdns chads cant stop winning

pull/2/head
gooseman 2022-11-20 16:41:45 -08:00
parent 44ef4bc551
commit 81682c7a28
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ DEFAULT_RATELIMIT_USER = DEFAULT_RATELIMIT_SLOWER
PUSHER_LIMIT = 1000 # API allows 10 KB but better safe than sorry
IS_LOCALHOST = SITE == "localhost" or SITE == "127.0.0.1" or SITE.startswith("192.168.")
IS_LOCALHOST = SITE == "localhost" or SITE == "127.0.0.1" or SITE.startswith("192.168.") or SITE.endswith(".local")
if IS_LOCALHOST: SITE_FULL = 'http://' + SITE
else: SITE_FULL = 'https://' + SITE