Skip to content

Commit

Permalink
Add allowed hosts setting
Browse files Browse the repository at this point in the history
  • Loading branch information
aequitas committed Nov 19, 2024
1 parent 0431dcc commit 6a58280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctlssa/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []
ALLOWED_HOSTS = os.environ.get("CTLSSA_ALLOWED_HOSTS", "").split(",")


# Application definition
Expand Down

0 comments on commit 6a58280

Please sign in to comment.