Skip to content

Commit

Permalink
Update config.action_mailer.default_url_options values
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Dec 23, 2024
1 parent d6abd0b commit 4d24e28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/environments/hyacinth_2_dev.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
location: '/usr/sbin/sendmail',
arguments: '-i -t'
}
config.action_mailer.default_url_options = { host: 'bronte.cul.columbia.edu' }
config.action_mailer.default_url_options = { host: 'hy-rails-dev1.cul.columbia.edu' }

# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found).
Expand Down
2 changes: 1 addition & 1 deletion config/environments/hyacinth_2_prod.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
location: '/usr/sbin/sendmail',
arguments: '-i -t'
}
config.action_mailer.default_url_options = { host: 'rossini.cul.columbia.edu' }
config.action_mailer.default_url_options = { host: 'hy-rails-prod1.cul.columbia.edu' }

# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found).
Expand Down
2 changes: 1 addition & 1 deletion config/environments/hyacinth_2_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
location: '/usr/sbin/sendmail',
arguments: '-i -t'
}
config.action_mailer.default_url_options = { host: 'berlioz.cul.columbia.edu' }
config.action_mailer.default_url_options = { host: 'hy-rails-test1.cul.columbia.edu' }

# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found).
Expand Down

0 comments on commit 4d24e28

Please sign in to comment.