summaryrefslogtreecommitdiffstats
path: root/config/config_custom.example.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/config_custom.example.rb')
-rw-r--r--config/config_custom.example.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config_custom.example.rb b/config/config_custom.example.rb
index 689d9daec..b00e716b1 100644
--- a/config/config_custom.example.rb
+++ b/config/config_custom.example.rb
@@ -63,3 +63,7 @@
# Textile formatting is automativaly disabled if RedCloth is not available
# Set to true to manually disable.
# $RDM_TEXTILE_DISABLED = true
+
+# Maximum size for attachments (in bytes)
+# Default to 5 MB
+# $RDM_ATTACHMENT_MAX_SIZE = 5*1024*1024