Skip to content

Commit

Permalink
fragments tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Oct 17, 2024
1 parent 7615050 commit 7400f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aurora/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def parse_emails(value):
"ROOT_TOKEN": (str, ""),
"SECRET_KEY": (str, "", "", True),
"SENTRY_DSN": (str, ""),
"SENTRY_ENVIRONMENT": (str, ""),
"SENTRY_PROJECT": (str, ""),
"SENTRY_SECURITY_TOKEN": (str, ""),
"SENTRY_SECURITY_TOKEN_HEADER": (str, "X-Sentry-Token"),
Expand Down

0 comments on commit 7400f24

Please sign in to comment.