diff options
author | Daniel García <[email protected]> | 2021-07-15 19:20:52 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2021-07-15 19:20:52 +0200 |
commit | f16d56cb27754d37cb73822aa3743d91c912fdd6 (patch) | |
tree | 144d6d80e39c25f7ddfc4349c018368e5427af85 /.env.template | |
parent | 120b286f2b7eff807c35485296d81cbb912a8797 (diff) | |
parent | 6ea95d1ede727942e4677cae8c80545123b98e81 (diff) | |
download | vaultwarden-f16d56cb27754d37cb73822aa3743d91c912fdd6.tar.gz vaultwarden-f16d56cb27754d37cb73822aa3743d91c912fdd6.zip |
Merge branch 'attachment-storage' of https://github.com/BlackDex/vaultwarden into BlackDex-attachment-storage
Diffstat (limited to '.env.template')
-rw-r--r-- | .env.template | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.env.template b/.env.template index 1662080e..8c741d83 100644 --- a/.env.template +++ b/.env.template @@ -194,11 +194,13 @@ ## Name shown in the invitation emails that don't come from a specific organization # INVITATION_ORG_NAME=Vaultwarden -## Per-organization attachment limit (KB) -## Limit in kilobytes for an organization attachments, once the limit is exceeded it won't be possible to upload more +## Per-organization attachment storage limit (KB) +## Max kilobytes of attachment storage allowed per organization. +## When this limit is reached, organization members will not be allowed to upload further attachments for ciphers owned by that organization. # ORG_ATTACHMENT_LIMIT= -## Per-user attachment limit (KB). -## Limit in kilobytes for a users attachments, once the limit is exceeded it won't be possible to upload more +## Per-user attachment storage limit (KB) +## Max kilobytes of attachment storage allowed per user. +## When this limit is reached, the user will not be allowed to upload further attachments. # USER_ATTACHMENT_LIMIT= ## Number of days to wait before auto-deleting a trashed item. |