1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Add short description for flag (#39111).

git-svn-id: https://svn.redmine.org/redmine/trunk@22785 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-04-16 19:23:00 +00:00
parent d03009e9a0
commit 00d05864a6

View File

@ -94,5 +94,6 @@ Rails.application.configure do
# No email in production log
config.action_mailer.logger = nil
# Automatically execute asset precompilation on startup in case of changes have been detected in assets
config.assets.redmine_detect_update = true
end