Skip to content

Commit

Permalink
fix: remove default from env
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriacesar committed Sep 13, 2024
1 parent b9c0354 commit 124961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = env("DEBUG")

ENV = env("ENV", default="dev")
ENV = env("ENV")

ALLOWED_HOSTS = (
[
Expand Down

0 comments on commit 124961a

Please # to comment.