Basis of rails-driven app for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

24 lines
893 B

  1. # Settings specified here will take precedence over those in config/environment.rb
  2. # The production environment is meant for finished, "live" apps.
  3. # Code is not reloaded between requests
  4. config.cache_classes = true
  5. # Enable threaded mode
  6. # config.threadsafe!
  7. # Use a different logger for distributed setups
  8. # config.logger = SyslogLogger.new
  9. # Full error reports are disabled and caching is turned on
  10. config.action_controller.consider_all_requests_local = false
  11. config.action_controller.perform_caching = true
  12. # Use a different cache store in production
  13. # config.cache_store = :mem_cache_store
  14. # Enable serving of images, stylesheets, and javascripts from an asset server
  15. # config.action_controller.asset_host = "http://assets.example.com"
  16. # Disable delivery errors, bad email addresses will be ignored
  17. # config.action_mailer.raise_delivery_errors = false