Skip to content

Commit

Permalink
feat: add env in default env path
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriacesar committed Sep 13, 2024
1 parent 2310655 commit b9c0354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
CSRF_COOKIE_SECURE=(bool, False),
CSRF_COOKIE_DOMAIN=(str, None),
CSRF_TRUSTED_ORIGINS=(list, ["queremossaber.org.br"]),
ENV=(str, "dev"),
)
env.read_env(env.str("ENV_PATH"))

Expand Down

0 comments on commit b9c0354

Please # to comment.