diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-27 22:30:57 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-27 22:30:57 +0000 |
commit | b64e89daec8fedb8e8af007cc8ab8272fcd883ba (patch) | |
tree | 11b3c34dfa3abd07be4d3d6b5943a5dada5e9e16 /config/environments | |
parent | 66c8c1e29249505d2cf949293454e676b9726154 (diff) | |
download | redmine-b64e89daec8fedb8e8af007cc8ab8272fcd883ba.tar.gz redmine-b64e89daec8fedb8e8af007cc8ab8272fcd883ba.zip |
Native eol property set on config/*
git-svn-id: http://redmine.rubyforge.org/svn/trunk@772 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/demo.rb | 6 | ||||
-rw-r--r-- | config/environments/production.rb | 4 |
2 files changed, 5 insertions, 5 deletions
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 |