Mercurial > hg > soundsoftware-site
comparison .svn/pristine/11/11c16631f55588a98678a93f0bb375404c2e534c.svn-base @ 1516:b450a9d58aed redmine-2.4
Update to Redmine SVN revision 13356 on 2.4-stable branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:28:31 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1494:e248c7af89ec | 1516:b450a9d58aed |
---|---|
1 # Settings specified here will take precedence over those in config/application.rb | |
2 RedmineApp::Application.configure do | |
3 # The production environment is meant for finished, "live" apps. | |
4 # Code is not reloaded between requests | |
5 config.cache_classes = true | |
6 | |
7 ##### | |
8 # Customize the default logger | |
9 # http://www.ruby-doc.org/stdlib-1.8.7/libdoc/logger/rdoc/Logger.html | |
10 # | |
11 # Use a different logger for distributed setups | |
12 # config.logger = SyslogLogger.new | |
13 # | |
14 # Rotate logs bigger than 1MB, keeps no more than 7 rotated logs around. | |
15 # When setting a new Logger, make sure to set it's log level too. | |
16 # | |
17 # config.logger = Logger.new(config.log_path, 7, 1048576) | |
18 # config.logger.level = Logger::INFO | |
19 | |
20 # Full error reports are disabled and caching is turned on | |
21 config.action_controller.perform_caching = true | |
22 | |
23 # Enable serving of images, stylesheets, and javascripts from an asset server | |
24 # config.action_controller.asset_host = "http://assets.example.com" | |
25 | |
26 # Disable delivery errors if you bad email addresses should just be ignored | |
27 config.action_mailer.raise_delivery_errors = false | |
28 | |
29 # No email in production log | |
30 config.action_mailer.logger = nil | |
31 | |
32 config.active_support.deprecation = :log | |
33 end |