diff --git a/dojo/settings/settings.dist.py b/dojo/settings/settings.dist.py index 5b4713a9c43..5bd6a88ecbb 100644 --- a/dojo/settings/settings.dist.py +++ b/dojo/settings/settings.dist.py @@ -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