🔧(backend) expose TRASHBIN_CUTOFF_DAYS

To know when a document in the trashbin will be
permanently deleted.
This commit is contained in:
Anthony LC
2025-10-03 12:37:37 +02:00
parent ed336558ac
commit 5bdf5d2210
4 changed files with 5 additions and 1 deletions

View File

@@ -2157,6 +2157,7 @@ class ConfigView(drf.views.APIView):
"LANGUAGES",
"LANGUAGE_CODE",
"SENTRY_DSN",
"TRASHBIN_CUTOFF_DAYS"
]
dict_settings = {}
for setting in array_settings: