From 2f7944133263cea645db61e4ea6c2581f8201391 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Wed, 7 Feb 2024 19:55:42 +0000 Subject: [PATCH] Removes configuration flag example related to @redmine:plugins:assets@ (#40204, #39111). git-svn-id: https://svn.redmine.org/redmine/trunk@22691 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/configuration.yml.example | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 3c942387d..ac127a4b5 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -153,12 +153,6 @@ 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 - # Your secret key for verifying cookie session data integrity. If you # change this key, all old sessions will become invalid! Make sure the # secret is at least 30 characters and all random, no regular words or