comparison .svn/pristine/df/df6fd1ef51749d0107798a995c0b68c5aafb7419.svn-base @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents
children
comparison
equal deleted inserted replaced
1294:3e4c3460b6ca 1295:622f24f53b42
1 # Settings specified here will take precedence over those in config/application.rb
2 RedmineApp::Application.configure do
3 # The production environment is meant for finished, "live" apps.
4 # Code is not reloaded between requests
5 config.cache_classes = true
6
7 #####
8 # Customize the default logger (http://ruby-doc.org/core/classes/Logger.html)
9 #
10 # Use a different logger for distributed setups
11 # config.logger = SyslogLogger.new
12 #
13 # Rotate logs bigger than 1MB, keeps no more than 7 rotated logs around.
14 # When setting a new Logger, make sure to set it's log level too.
15 #
16 # config.logger = Logger.new(config.log_path, 7, 1048576)
17 # config.logger.level = Logger::INFO
18
19 # Full error reports are disabled and caching is turned on
20 config.action_controller.perform_caching = true
21
22 # Enable serving of images, stylesheets, and javascripts from an asset server
23 # config.action_controller.asset_host = "http://assets.example.com"
24
25 # Disable delivery errors if you bad email addresses should just be ignored
26 config.action_mailer.raise_delivery_errors = false
27
28 # No email in production log
29 config.action_mailer.logger = nil
30
31 config.active_support.deprecation = :log
32 end