Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Oct 31, 2024
1 parent a136079 commit a3548c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/country_workspace/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class Group(Enum):
# "SECURE_SSL_REDIRECT": (bool, True, setting("secure-ssl-redirect"), False),
"SENTRY_DSN": (str, "", "", False, "Sentry DSN"),
"SENTRY_URL": (str, "", "", False, "Sentry server url"),
"SENTRY_ENVIRONMENT": (str, ""),
# "SESSION_COOKIE_DOMAIN": (
# str,
# "",
Expand Down

0 comments on commit a3548c3

Please sign in to comment.