diff --git a/config/environments/production.rb b/config/environments/production.rb index ca997ba..c1cb558 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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).