Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dojo/settings/settings.dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
# a big performance hit. Especially during (re-)imports.
DD_ENABLE_AUDITLOG=(bool, True),
# Audit logging system: "django-auditlog" (default) or "django-pghistory"
DD_AUDITLOG_TYPE=(str, "django-pghistory"),
DD_AUDITLOG_TYPE=(str, "django-auditlog"),
# Specifies whether the "first seen" date of a given report should be used over the "last seen" date
DD_USE_FIRST_SEEN=(bool, False),
# When set to True, use the older version of the qualys parser that is a more heavy handed in setting severity
Expand Down