Mercurial > hg > soundsoftware-site
comparison config/environments/.svn/text-base/demo.rb.svn-base @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:513646585e45 |
---|---|
1 # Settings specified here will take precedence over those in config/environment.rb | |
2 | |
3 # The production environment is meant for finished, "live" apps. | |
4 # Code is not reloaded between requests | |
5 config.cache_classes = true | |
6 | |
7 # Use a different logger for distributed setups | |
8 # config.logger = SyslogLogger.new | |
9 config.log_level = :info | |
10 | |
11 # Full error reports are disabled and caching is turned on | |
12 config.action_controller.consider_all_requests_local = false | |
13 config.action_controller.perform_caching = true | |
14 | |
15 # Enable serving of images, stylesheets, and javascripts from an asset server | |
16 # config.action_controller.asset_host = "http://assets.example.com" | |
17 | |
18 # Disable mail delivery | |
19 config.action_mailer.perform_deliveries = false | |
20 config.action_mailer.raise_delivery_errors = false | |
21 |