From ac951e52fb18cc4f5efc944a004c0840763c5332 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 27 Oct 2014 18:32:41 -0400 Subject: [PATCH] changed email config for tvw --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index eddb8e01..66bb954b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -34,7 +34,7 @@ Metamaps::Application.configure do authentication: 'plain', enable_starttls_auto: true, openssl_verify_mode: 'none' } - config.action_mailer.default_url_options = { :host => 'metamaps.herokuapp.com' } + config.action_mailer.default_url_options = { :host => 'metamaps.thevalueweb.org' } # Don't care if the mailer can't send config.action_mailer.raise_delivery_errors = true