summaryrefslogtreecommitdiffstats
path: root/config/configuration.yml.example
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-01-23 10:41:43 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-01-23 10:41:43 +0000
commit7dd464c577bd1b41d80554390b4b8a2ff9372e8b (patch)
tree0de6c2654f9b5a007acc759d1b8bd8dc52fbdbf2 /config/configuration.yml.example
parent3b28a0e231c5d1895e7b7297840eda68f75d70d5 (diff)
downloadredmine-7dd464c577bd1b41d80554390b4b8a2ff9372e8b.tar.gz
redmine-7dd464c577bd1b41d80554390b4b8a2ff9372e8b.zip
Makes the folder for attachments storage configurable in config/configuration.yml (#1236).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4755 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r--config/configuration.yml.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example
index 4baaeff52..673c25ae7 100644
--- a/config/configuration.yml.example
+++ b/config/configuration.yml.example
@@ -79,6 +79,7 @@
# default configuration options for all environments
default:
+ # Outgoing emails configuration (see examples above)
email_delivery:
delivery_method: :smtp
smtp_settings:
@@ -89,6 +90,15 @@ default:
user_name: "redmine@example.net"
password: "redmine"
+ # Absolute path to the directory where attachments are stored.
+ # The default is the 'files' directory in your Redmine instance.
+ # Your Redmine instance needs to have write permission on this
+ # directory.
+ # Examples:
+ # attachments_storage_path: /var/redmine/files
+ # attachments_storage_path: D:/redmine/files
+ attachments_storage_path:
+
# specific configuration options for production environment
# that overrides the default ones
production: