1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Implemented changelog retention setting, automatic purging

This commit is contained in:
Jeremy Stretch
2018-06-22 16:18:41 -04:00
parent 4e6f73e452
commit 3bdfe9c249
4 changed files with 27 additions and 0 deletions

View File

@@ -44,6 +44,14 @@ BASE_PATH = 'netbox/'
---
## CHANGELOG_RETENTION
Default: 90
The number of days to retain logged changes (object creations, updates, and deletions). Set this to `0` to retain changes in the database indefinitely. (Warning: This will greatly increase database size over time.)
---
## CORS_ORIGIN_ALLOW_ALL
Default: False