From 7a9a22f3dd62ab4c1257db38f9b8c923bdcc4c8c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 18 Nov 2016 12:14:41 +0000 Subject: 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 --- config/configuration.yml.example | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config/configuration.yml.example') 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: /) -- cgit v1.2.3