[ARVADOS] updated: b501fc456ccfe1d4b36107b8b10f43c91fa841b2
git at public.curoverse.com
git at public.curoverse.com
Wed Jul 16 10:06:19 EDT 2014
Summary of changes:
services/api/config/environments/production.rb.example | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
via b501fc456ccfe1d4b36107b8b10f43c91fa841b2 (commit)
from 3cb494b4438c9b59d2ac6b233dccb0d92c4982e8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit b501fc456ccfe1d4b36107b8b10f43c91fa841b2
Author: Ward Vandewege <ward at curoverse.com>
Date: Wed Jul 16 10:05:33 2014 -0400
Do not set action_mailer config settings in production.rb.example, we
configure these via application(.defaults).yml now.
no issue #
diff --git a/services/api/config/environments/production.rb.example b/services/api/config/environments/production.rb.example
index ac6ce1b..c1092d3 100644
--- a/services/api/config/environments/production.rb.example
+++ b/services/api/config/environments/production.rb.example
@@ -47,8 +47,7 @@ Server::Application.configure do
# Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false
- config.action_mailer.raise_delivery_errors = true
- config.action_mailer.perform_deliveries = true
+ # config.action_mailer.perform_deliveries = true
# Enable threaded mode
# config.threadsafe!
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list