annotate config/environments/demo.rb @ 929:5f33065ddc4b redmine-1.3

Update to Redmine SVN rev 9414 on 1.3-stable branch
author Chris Cannam
date Wed, 27 Jun 2012 14:54:18 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 # Settings specified here will take precedence over those in config/environment.rb
Chris@0 2
Chris@0 3 # The production environment is meant for finished, "live" apps.
Chris@0 4 # Code is not reloaded between requests
Chris@0 5 config.cache_classes = true
Chris@0 6
Chris@0 7 # Use a different logger for distributed setups
Chris@0 8 # config.logger = SyslogLogger.new
Chris@0 9 config.log_level = :info
Chris@0 10
Chris@0 11 # Full error reports are disabled and caching is turned on
Chris@0 12 config.action_controller.consider_all_requests_local = false
Chris@0 13 config.action_controller.perform_caching = true
Chris@0 14
Chris@0 15 # Enable serving of images, stylesheets, and javascripts from an asset server
Chris@0 16 # config.action_controller.asset_host = "http://assets.example.com"
Chris@0 17
Chris@0 18 # Disable mail delivery
Chris@0 19 config.action_mailer.perform_deliveries = false
Chris@0 20 config.action_mailer.raise_delivery_errors = false
Chris@0 21