source: ruby/trunk/terminology/config/environments/production.rb@ 164

Last change on this file since 164 was 164, checked in by KOBAYASHI, Shinji, 15 years ago

simple terminology commit

File size: 908 bytes
Line 
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
5config.cache_classes = true
6
7# Use a different logger for distributed setups
8# config.logger = SyslogLogger.new
9
10# Full error reports are disabled and caching is turned on
11config.action_controller.consider_all_requests_local = false
12config.action_controller.perform_caching = true
13config.action_view.cache_template_loading = true
14
15# Use a different cache store in production
16# config.cache_store = :mem_cache_store
17
18# Enable serving of images, stylesheets, and javascripts from an asset server
19# config.action_controller.asset_host = "http://assets.example.com"
20
21# Disable delivery errors, bad email addresses will be ignored
22# config.action_mailer.raise_delivery_errors = false
Note: See TracBrowser for help on using the repository browser.