Skip to content

Commit da8e40f

Browse files
committed
fix: set default APPLICATION_HOST to calendar.witcc.dev
1 parent 7d3cba1 commit da8e40f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/environments/production.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
# config.action_mailer.raise_delivery_errors = false
5959

6060
# 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") }
61+
config.action_mailer.default_url_options = { host: ENV.fetch("APPLICATION_HOST", "calendar.witcc.dev") }
62+
config.action_controller.default_url_options = { host: ENV.fetch("APPLICATION_HOST", "calendar.witcc.dev") }
6363

6464
# Specify outgoing SMTP server. Remember to add smtp/* credentials via bin/rails credentials:edit.
6565
# config.action_mailer.smtp_settings = {

0 commit comments

Comments
 (0)