Skip to content

Commit

Permalink
Protocol as https and not ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
spaquet committed Sep 8, 2023
1 parent 53fa67d commit 009476e
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 @@ -109,7 +109,7 @@
api_key: ENV['SENDGRID_API_KEY'],
raise_delivery_errors: true
}
config.action_mailer.default_url_options = { host: ENV['DEFAULT_URL'], protocol: :ssl }
config.action_mailer.default_url_options = { host: ENV['DEFAULT_URL'] }
config.action_mailer.asset_host = "https://" + ENV['DEFAULT_URL']

end

0 comments on commit 009476e

Please sign in to comment.