We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62d52f8 + fad261f commit 2ab6c8bCopy full SHA for 2ab6c8b
dojo/settings/settings.dist.py
@@ -323,7 +323,7 @@
323
# a big performance hit. Especially during (re-)imports.
324
DD_ENABLE_AUDITLOG=(bool, True),
325
# Audit logging system: "django-auditlog" (default) or "django-pghistory"
326
- DD_AUDITLOG_TYPE=(str, "django-pghistory"),
+ DD_AUDITLOG_TYPE=(str, "django-auditlog"),
327
# Specifies whether the "first seen" date of a given report should be used over the "last seen" date
328
DD_USE_FIRST_SEEN=(bool, False),
329
# When set to True, use the older version of the qualys parser that is a more heavy handed in setting severity
0 commit comments