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