From b64e89daec8fedb8e8af007cc8ab8272fcd883ba Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 27 Sep 2007 22:30:57 +0000 Subject: Native eol property set on config/* git-svn-id: http://redmine.rubyforge.org/svn/trunk@772 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/environments/demo.rb | 6 +++--- config/environments/production.rb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'config/environments') diff --git a/config/environments/demo.rb b/config/environments/demo.rb index 52aef32f1..c7e997e8d 100644 --- a/config/environments/demo.rb +++ b/config/environments/demo.rb @@ -14,8 +14,8 @@ 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 mail delivery -config.action_mailer.perform_deliveries = false +config.action_mailer.perform_deliveries = false config.action_mailer.raise_delivery_errors = false - + diff --git a/config/environments/production.rb b/config/environments/production.rb index eeafd959e..cfd2aa0f2 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -14,9 +14,9 @@ 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 # No email in production log -config.action_mailer.logger = nil +config.action_mailer.logger = nil -- cgit v1.2.3