change email to vidpush domain

This commit is contained in:
Tyrel Souza 2014-05-09 12:59:49 -04:00
parent 642d5dd2b9
commit 1c4007cbfb

View File

@ -94,5 +94,5 @@ Vidpush::Application.configure do
# Use default logging formatter so that PID and timestamp are not suppressed. # Use default logging formatter so that PID and timestamp are not suppressed.
config.log_formatter = ::Logger::Formatter.new 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 end