Skip to content

Commit

Permalink
Nicer code
Browse files Browse the repository at this point in the history
  • Loading branch information
Harald Wilhelmi committed Feb 29, 2024
1 parent 2ba19b9 commit b7e04c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# ------------------------------------------------------------------------------
# Hosts/domain names that are valid for this site
ALLOWED_HOSTS = env.list('DJANGO_ALLOWED_HOSTS', default=['*'])
USE_X_FORWARDED_HOST = env.bool('DJANGO_USE_X_FORWARDED_HOST', default=False)
USE_X_FORWARDED_HOST = env.bool('DJANGO_USE_X_FORWARDED_HOST')

# APP CONFIGURATION
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit b7e04c3

Please sign in to comment.