X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/2f6ff0734773c4ac009de699a2661971fd585b22..refs/pull/2393/head:/app/Config/app.php diff --git a/app/Config/app.php b/app/Config/app.php index a9956edd8..7297048b4 100755 --- a/app/Config/app.php +++ b/app/Config/app.php @@ -31,6 +31,13 @@ return [ // If set to false then a limit will not be enforced. 'revision_limit' => env('REVISION_LIMIT', 50), + // The number of days that content will remain in the recycle bin before + // being considered for auto-removal. It is not a guarantee that content will + // be removed after this time. + // Set to 0 for no recycle bin functionality. + // Set to -1 for unlimited recycle bin lifetime. + 'recycle_bin_lifetime' => env('RECYCLE_BIN_LIFETIME', 30), + // Allow