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

@ -162,6 +162,14 @@
*/
"showSettingsInAdminPage": true,
/*
* Settings for cleanup of pads
*/
"cleanup": {
"enabled": false,
"keepRevisions": 5
},
/*
* Node native SSL support
*