Skip to content

Commit

Permalink
Fix allowed host prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
snnbotchway committed Jun 26, 2023
1 parent a2e10c2 commit 99eacfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/storeroom/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# exception if SECRET_KEY not in os.environ
SECRET_KEY = env("SECRET_KEY")

ALLOWED_HOSTS = env("ALLOWED_HOSTS")
ALLOWED_HOSTS = env.list("ALLOWED_HOSTS")

0 comments on commit 99eacfc

Please sign in to comment.