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