annotate .svn/pristine/df/df6fd1ef51749d0107798a995c0b68c5aafb7419.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 038ba2d95de8
children
rev   line source
Chris@1296 1 # Settings specified here will take precedence over those in config/application.rb
Chris@1296 2 RedmineApp::Application.configure do
Chris@1296 3 # The production environment is meant for finished, "live" apps.
Chris@1296 4 # Code is not reloaded between requests
Chris@1296 5 config.cache_classes = true
Chris@1296 6
Chris@1296 7 #####
Chris@1296 8 # Customize the default logger (http://ruby-doc.org/core/classes/Logger.html)
Chris@1296 9 #
Chris@1296 10 # Use a different logger for distributed setups
Chris@1296 11 # config.logger = SyslogLogger.new
Chris@1296 12 #
Chris@1296 13 # Rotate logs bigger than 1MB, keeps no more than 7 rotated logs around.
Chris@1296 14 # When setting a new Logger, make sure to set it's log level too.
Chris@1296 15 #
Chris@1296 16 # config.logger = Logger.new(config.log_path, 7, 1048576)
Chris@1296 17 # config.logger.level = Logger::INFO
Chris@1296 18
Chris@1296 19 # Full error reports are disabled and caching is turned on
Chris@1296 20 config.action_controller.perform_caching = true
Chris@1296 21
Chris@1296 22 # Enable serving of images, stylesheets, and javascripts from an asset server
Chris@1296 23 # config.action_controller.asset_host = "http://assets.example.com"
Chris@1296 24
Chris@1296 25 # Disable delivery errors if you bad email addresses should just be ignored
Chris@1296 26 config.action_mailer.raise_delivery_errors = false
Chris@1296 27
Chris@1296 28 # No email in production log
Chris@1296 29 config.action_mailer.logger = nil
Chris@1296 30
Chris@1296 31 config.active_support.deprecation = :log
Chris@1296 32 end