diff --git a/config/environments/production.rb b/config/environments/production.rb index fe08b9089..85f7a95ef 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -37,7 +37,7 @@ Rosa::Application.configure do # Disable delivery errors, bad email addresses will be ignored # config.action_mailer.raise_delivery_errors = false - config.action_mailer.default_url_options = { :host => 'rosa-build.rosalab.ru' } + config.action_mailer.default_url_options = { :host => 'abf.rosalinux.ru' } # Enable threaded mode # config.threadsafe!