diff options
author | Jeremy Lin <[email protected]> | 2021-05-16 17:51:54 -0700 |
---|---|---|
committer | Jeremy Lin <[email protected]> | 2021-05-16 17:51:54 -0700 |
commit | c7b5b6ee07251624deb6eb4d8d57098823fb5742 (patch) | |
tree | 9a39b8167874b46637b0bb0e8d71b0ed563661f6 /.env.template | |
parent | 47e8aa29e1e8b58a7534b025b32483c48943b136 (diff) | |
download | vaultwarden-c7b5b6ee07251624deb6eb4d8d57098823fb5742.tar.gz vaultwarden-c7b5b6ee07251624deb6eb4d8d57098823fb5742.zip |
Add `TRASH_AUTO_DELETE_DAYS` to .env.template
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.template b/.env.template index 21cff6ae..6aa32035 100644 --- a/.env.template +++ b/.env.template @@ -201,6 +201,10 @@ ## Limit in kilobytes for a users attachments, once the limit is exceeded it won't be possible to upload more # USER_ATTACHMENT_LIMIT= +## Number of days to wait before auto-deleting a trashed item. +## If unset (the default), trashed items are not auto-deleted. +## This setting applies globally, so make sure to inform all users of any changes to this setting. +# TRASH_AUTO_DELETE_DAYS= ## Controls the PBBKDF password iterations to apply on the server ## The change only applies when the password is changed |