summaryrefslogtreecommitdiffstats
path: root/config/configuration.yml.example
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-11-18 12:14:41 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-11-18 12:14:41 +0000
commit7a9a22f3dd62ab4c1257db38f9b8c923bdcc4c8c (patch)
tree67e4713bd1bccbb0e81de2082d9da69046c6f523 /config/configuration.yml.example
parent1f1e65cd4b92044638e132d8c0324b45b960f090 (diff)
downloadredmine-7a9a22f3dd62ab4c1257db38f9b8c923bdcc4c8c.tar.gz
redmine-7a9a22f3dd62ab4c1257db38f9b8c923bdcc4c8c.zip
Change plugins directory through the configuration.yml file (#24007).
Patch by Helder Manuel Torres Vieira. git-svn-id: http://svn.redmine.org/redmine/trunk@15963 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r--config/configuration.yml.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example
index 3522ef695..83232f30b 100644
--- a/config/configuration.yml.example
+++ b/config/configuration.yml.example
@@ -75,6 +75,15 @@ default:
# attachments_storage_path: D:/redmine/files
attachments_storage_path:
+ # Absolute path to the directory where plugins are stored.
+ # The default is the 'plugins' directory in your Redmine instance.
+ # Your Redmine instance needs to have read permission on this
+ # directory.
+ # Examples:
+ # plugins_path: /var/redmine/plugins
+ # plugins_path: D:/redmine/plugins
+ plugins_path:
+
# Configuration of the autologin cookie.
# autologin_cookie_name: the name of the cookie (default: autologin)
# autologin_cookie_path: the cookie path (default: /)