]> BookStack Code Mirror - bookstack/blobdiff - .env.example.complete
Merge pull request #2283 from BookStackApp/recycle_bin
[bookstack] / .env.example.complete
index 45b1e13215d475daed4e23734a294602a6119b1d..19643a49f6d83aa6a576fc7d171f52c38a483f2f 100644 (file)
@@ -255,6 +255,14 @@ APP_VIEWS_BOOKSHELVES=grid
 # If set to 'false' a limit will not be enforced.
 REVISION_LIMIT=50
 
+# Recycle Bin Lifetime
+# 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=30
+
 # Allow <script> tags in page content
 # Note, if set to 'true' the page editor may still escape scripts.
 ALLOW_CONTENT_SCRIPTS=false