X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e26474f2334f6289190e9d2de0c3294b57ab4035..refs/pull/2393/head:/app/Config/app.php diff --git a/app/Config/app.php b/app/Config/app.php index 0d06a9b21..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