Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 9 additions & 1 deletion nipap/nipap.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,15 @@ db_pass = papin ; database password
db_sslmode = require ; database SSL mode
# please see the PostgreSQL database documentation for further details


# write audit logs into the database. This feature is immature and
# subject to change. See https://github.com/SpriteLink/NIPAP/issues/368
# Default: true
audit_db = true

# write audit logs to syslog using a standarized format.
# this feature is immature and subject to change.
# Default: false
audit_syslog = false

#
# Options regarding the authentication backend
Expand Down
Loading