Sha256: 61649692887f1081739f12bb0dd3730b3fcdfbf350b6051c922d7d5e9d871410
Contents?: true
Size: 848 Bytes
Versions: 1
Compression:
Stored size: 848 Bytes
Contents
# Settings specified here will take precedence over those in config/environment.rb # The production environment is meant for finished, "live" apps. # Code is not reloaded between requests config.cache_classes = true # Use a different logger for distributed setups # config.logger = SyslogLogger.new # Full error reports are disabled and caching is turned on config.action_controller.consider_all_requests_local = false config.action_controller.perform_caching = true # Enable serving of images, stylesheets, and javascripts from an asset server # config.action_controller.asset_host = "http://assets.example.com" # Disable delivery errors if you bad email addresses should just be ignored # config.action_mailer.raise_delivery_errors = false ActionController::Base.cache_store = :file_store, "tmp/cache"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
parlement-0.17 | config/environments/production.rb |