diff --git a/config/environments/production.rb b/config/environments/production.rb index 8eedabe..b631a6e 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -65,6 +65,6 @@ # with SQLite, MySQL, and PostgreSQL) # config.active_record.auto_explain_threshold_in_seconds = 0.5 - config.action_mailer.default_url_options = { :host => 'padel.heroku.com' } + config.action_mailer.default_url_options = { :host => 'padel.herokuapp.com' } end