Update timedump -> hackatime for mailer default

This commit is contained in:
Max Wofford 2025-03-12 19:49:54 -04:00
parent 82a5439a6b
commit 74c0475bcb

View file

@ -68,7 +68,7 @@ Rails.application.configure do
}
# Set host to be used by links generated in mailer templates.
config.action_mailer.default_url_options = { host: ENV.fetch("APP_HOST", "timedump.hackclub.com") }
config.action_mailer.default_url_options = { host: ENV.fetch("APP_HOST", "hackatime.hackclub.com") }
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found).