aboutsummaryrefslogtreecommitdiff
path: root/.env.template
diff options
context:
space:
mode:
Diffstat (limited to '.env.template')
-rw-r--r--.env.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.template b/.env.template
index 70b1fd6c..14219e62 100644
--- a/.env.template
+++ b/.env.template
@@ -308,6 +308,10 @@
## 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=
+## Per-user send storage limit (KB)
+## Max kilobytes of send storage allowed per user.
+## When this limit is reached, the user will not be allowed to upload further sends.
+# USER_SEND_LIMIT=
## Number of days to wait before auto-deleting a trashed item.
## If unset (the default), trashed items are not auto-deleted.