diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-06-17 10:40:51 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-06-17 10:40:51 +0000 |
commit | 7b6e6b9370719ef6f081230681fbcbb5828c14bd (patch) | |
tree | 0c76a9eba4200b65babb785234418dd20c7bfd18 /config/configuration.yml.example | |
parent | 557f8bf87aa8bb9d572f68819f26098e420c6d3c (diff) | |
download | redmine-7b6e6b9370719ef6f081230681fbcbb5828c14bd.tar.gz redmine-7b6e6b9370719ef6f081230681fbcbb5828c14bd.zip |
Removes plugins_path from configuration file (#24007).
git-svn-id: http://svn.redmine.org/redmine/trunk@16675 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r-- | config/configuration.yml.example | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 83232f30b..3522ef695 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -75,15 +75,6 @@ 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: /) |