annotate .svn/pristine/86/8626420aabc42f1c5c5c9fca490181efb3ed2f66.svn-base @ 1327:287f201c2802 redmine-2.2-integration

Add italic
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 19 Jun 2013 20:56:22 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 # Settings specified here will take precedence over those in config/environment.rb
Chris@909 2
Chris@909 3 # The production environment is meant for finished, "live" apps.
Chris@909 4 # Code is not reloaded between requests
Chris@909 5 config.cache_classes = true
Chris@909 6
Chris@909 7 #####
Chris@909 8 # Customize the default logger (http://ruby-doc.org/core/classes/Logger.html)
Chris@909 9 #
Chris@909 10 # Use a different logger for distributed setups
Chris@909 11 # config.logger = SyslogLogger.new
Chris@909 12 #
Chris@909 13 # Rotate logs bigger than 1MB, keeps no more than 7 rotated logs around.
Chris@909 14 # When setting a new Logger, make sure to set it's log level too.
Chris@909 15 #
Chris@909 16 # config.logger = Logger.new(config.log_path, 7, 1048576)
Chris@909 17 # config.logger.level = Logger::INFO
Chris@909 18
Chris@909 19 # Full error reports are disabled and caching is turned on
Chris@909 20 config.action_controller.consider_all_requests_local = false
Chris@909 21 config.action_controller.perform_caching = true
Chris@909 22
Chris@909 23 # Enable serving of images, stylesheets, and javascripts from an asset server
Chris@909 24 # config.action_controller.asset_host = "http://assets.example.com"
Chris@909 25
Chris@909 26 # Disable delivery errors if you bad email addresses should just be ignored
Chris@909 27 config.action_mailer.raise_delivery_errors = false
Chris@909 28
Chris@909 29 # No email in production log
Chris@909 30 config.action_mailer.logger = nil