Mercurial > hg > soundsoftware-site
annotate .svn/pristine/21/21e12c0e1e71e0c4f94a4c58d91a04399075123a.svn-base @ 1519:afce8026aaeb redmine-2.4-integration
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:34:53 +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 # Use a different logger for distributed setups |
Chris@909 | 8 # config.logger = SyslogLogger.new |
Chris@909 | 9 config.log_level = :info |
Chris@909 | 10 |
Chris@909 | 11 # Full error reports are disabled and caching is turned on |
Chris@909 | 12 config.action_controller.consider_all_requests_local = false |
Chris@909 | 13 config.action_controller.perform_caching = true |
Chris@909 | 14 |
Chris@909 | 15 # Enable serving of images, stylesheets, and javascripts from an asset server |
Chris@909 | 16 # config.action_controller.asset_host = "http://assets.example.com" |
Chris@909 | 17 |
Chris@909 | 18 # Disable mail delivery |
Chris@909 | 19 config.action_mailer.perform_deliveries = false |
Chris@909 | 20 config.action_mailer.raise_delivery_errors = false |
Chris@909 | 21 |