We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3cba1 commit da8e40fCopy full SHA for da8e40f
1 file changed
config/environments/production.rb
@@ -58,8 +58,8 @@
58
# config.action_mailer.raise_delivery_errors = false
59
60
# Set host to be used by links generated in mailer templates.
61
- config.action_mailer.default_url_options = { host: ENV.fetch("APPLICATION_HOST", "example.com") }
62
- config.action_controller.default_url_options = { host: ENV.fetch("APPLICATION_HOST", "example.com") }
+ config.action_mailer.default_url_options = { host: ENV.fetch("APPLICATION_HOST", "calendar.witcc.dev") }
+ config.action_controller.default_url_options = { host: ENV.fetch("APPLICATION_HOST", "calendar.witcc.dev") }
63
64
# Specify outgoing SMTP server. Remember to add smtp/* credentials via bin/rails credentials:edit.
65
# config.action_mailer.smtp_settings = {
0 commit comments