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