From 5985713335eb8579c1df1bee271c6e350797c172 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 28 Apr 2012 11:07:59 +0000 Subject: 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 --- config/configuration.yml.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/configuration.yml.example') 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: -- cgit v1.2.3