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 7400f24 commit d348537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aurora/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def parse_emails(value):
"LOG_LEVEL": (str, "ERROR"),
"MAILJET_API_KEY": (str, ""),
"MAILJET_SECRET_KEY": (str, ""),
"MATOMO_ID": (str, ""),
"MATOMO_ID": (str, "", "", False),
"MATOMO_SITE": (str, "https://unisitetracker.unicef.io/"),
"MEDIA_ROOT": (str, "/tmp/media/"),
"MIGRATION_LOCK_KEY": (str, "django-migrations"),
Expand Down

0 comments on commit d348537

Please sign in to comment.