Skip to content

Commit

Permalink
Retrieve action_mailer.default_url_options host from ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
tjgrathwell committed Mar 7, 2013
1 parent 18a184e commit 9e23243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
}
config.action_mailer.delivery_method ||= :smtp

config.action_mailer.default_url_options = { :host => 'bridgetroll-staging.herokuapp.com' }
config.action_mailer.default_url_options = { :host => ENV['HOST_URL'] }
end

0 comments on commit 9e23243

Please sign in to comment.