From 1c4007cbfb81b10e9770b26df4bec16c14b1f883 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 9 May 2014 12:59:49 -0400 Subject: [PATCH] change email to vidpush domain --- 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 01238a9..4f2b932 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -94,5 +94,5 @@ Vidpush::Application.configure do # Use default logging formatter so that PID and timestamp are not suppressed. config.log_formatter = ::Logger::Formatter.new - config.action_mailer.default_url_options = { host: 'propel-vidpush-production.heroku.com' } + config.action_mailer.default_url_options = { host: 'vidpush.propelmarketing.com/' } end