Skip to content

Commit

Permalink
revert ALLOWED_HOSTS change
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and alphatownsman committed Apr 8, 2024
1 parent f4b85e2 commit d868c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boofilsic/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@

SITE_DOMAINS = [SITE_DOMAIN] + ALTERNATIVE_DOMAINS

ALLOWED_HOSTS = SITE_DOMAINS + ["127.0.0.1"]
# ALLOWED_HOSTS = SITE_DOMAINS + ["127.0.0.1"]
ALLOWED_HOSTS = ["*"]

ENABLE_LOCAL_ONLY = env("NEODB_ENABLE_LOCAL_ONLY")

Expand Down

0 comments on commit d868c21

Please sign in to comment.