From 6487c1803fa947f73c4667bb10f762a98487aa1b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 1 Jan 2007 12:09:09 +0000 Subject: option to set maximum size of uploaded files git-svn-id: http://redmine.rubyforge.org/svn/trunk@131 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/config_custom.example.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/config_custom.example.rb') 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 -- cgit v1.2.3