diff options
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: /) |