1 # Settings specified here will take precedence over those in config/environment.rb
5 #Cache=MemCache.new('localhost', :compression => true)
7 # The production environment is meant for finished, "live" apps.
8 # Code is not reloaded between requests
9 config.cache_classes = true
11 # Use a different logger for distributed setups
12 # config.logger = SyslogLogger.new
14 # Full error reports are disabled and caching is turned on
15 config.action_controller.consider_all_requests_local = false
16 config.action_controller.perform_caching = true
18 # Enable serving of images, stylesheets, and javascripts from an asset server
19 # config.action_controller.asset_host = "http://assets.example.com"
21 # Disable delivery errors, bad email addresses will be ignored
22 # config.action_mailer.raise_delivery_errors = false