diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-04-28 11:07:59 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-04-28 11:07:59 +0000 |
commit | 5985713335eb8579c1df1bee271c6e350797c172 (patch) | |
tree | 04456aa5dbec20a530f518d9542f793c919f30aa /config/configuration.yml.example | |
parent | 68f8470d4af60c71d024059b96ad53f2968b1bf2 (diff) | |
download | redmine-5985713335eb8579c1df1bee271c6e350797c172.tar.gz redmine-5985713335eb8579c1df1bee271c6e350797c172.zip |
Restores plugin assets mirroring on startup, but it can now be disabled in configuration.yml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9561 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r-- | config/configuration.yml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 50de2edcf..9fefdde22 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -148,6 +148,12 @@ default: # * encrypt data using 'rake db:encrypt RAILS_ENV=production' database_cipher_key: + # Set this to false to disable plugins' assets mirroring on startup. + # You can use `rake redmine:plugins:assets` to manually mirror assets + # to public/plugin_assets when you install/upgrade a Redmine plugin. + # + #mirror_plugins_assets_on_startup: false + # specific configuration options for production environment # that overrides the default ones production: |