Skip to content

Commit

Permalink
Update email host to render url for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaelCodes committed May 2, 2024
1 parent e1678ff commit 67d40cd
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 @@ -64,7 +64,7 @@
# config.active_job.queue_adapter = :resque
# config.active_job.queue_name_prefix = "conf_buddies_production"

config.action_mailer.default_url_options = { host: "confbuddies.herokuapp.com" }
config.action_mailer.default_url_options = { host: "meetanotherday.onrender.com" }
config.action_mailer.smtp_settings = {
port: ENV.fetch("SENDGRID_PORT", nil),
address: ENV.fetch("SENDGRID_SERVER", nil),
Expand Down

0 comments on commit 67d40cd

Please sign in to comment.