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
This commit is contained in:
Jean-Philippe Lang
2016-11-18 12:14:41 +00:00
parent 1f1e65cd4b
commit 7a9a22f3dd
5 changed files with 26 additions and 4 deletions

View File

@@ -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: /)