Disable cleanup by default and show errors in admin area

This commit is contained in:
Stefan Müller 2024-09-10 17:25:51 +02:00
parent 593d1021b6
commit 3330ed8d1b
6 changed files with 53 additions and 1 deletions

View file

@ -171,6 +171,14 @@
*/
"showSettingsInAdminPage": "${SHOW_SETTINGS_IN_ADMIN_PAGE:true}",
/*
* Settings for cleanup of pads
*/
"cleanup": {
"enabled": false,
"keepRevisions": 5
},
/*
The authentication method used by the server.
The default value is sso