Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Sep 17, 2024
1 parent 7fdba1a commit 61fccef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@
ROOT_URLCONF = "config.urls"

ALLOWED_HOSTS = os.environ.get("ALLOWED_HOSTS", "").split(",")
USE_X_FORWARDED_HOST = strtobool(
os.getenv("USE_X_FORWARDED_HOST", "False")
)
USE_X_FORWARDED_HOST = strtobool(os.getenv("USE_X_FORWARDED_HOST", "False"))

TEMPLATES = [
{
Expand Down

0 comments on commit 61fccef

Please sign in to comment.