mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -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: /)
|
||||
|
||||
Reference in New Issue
Block a user