1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 22:21:26 +00:00

Fixing default address

This commit is contained in:
2016-01-04 17:37:11 +00:00
parent bb83e47641
commit d899dc6f1e

View File

@@ -32,7 +32,7 @@ module Wrestling
config.action_mailer.delivery_method = :postmark config.action_mailer.delivery_method = :postmark
config.action_mailer.postmark_settings = { :api_token => ENV['POSTMARK_API_TOKEN'] } config.action_mailer.postmark_settings = { :api_token => ENV['POSTMARK_API_TOKEN'] }
#Devise needs origin of email #Devise needs origin of email
config.action_mailer.default_url_options = { :host => 'wrestlingapp.heroku.com' } config.action_mailer.default_url_options = { :host => 'wrestlingapp.herokuapp.com' }
end end