From dae44c1392574dc811d1ea4bced3defd45b987f3 Mon Sep 17 00:00:00 2001 From: Rene Date: Thu, 18 Sep 2025 16:33:59 +0200 Subject: [PATCH] test --- config/environments/production.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index b1b3683..fa23209 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -11,10 +11,10 @@ Rails.application.configure do # Force Rails to generate URLs with your hostname instead of localhost - Rails.application.routes.default_url_options = { - host: ENV.fetch("APP_HOST", ENV['CANONICAL_HOST'], - port: ENV.fetch("APP_PORT", 3000) - } + #Rails.application.routes.default_url_options = { + # host: ENV.fetch("APP_HOST", ENV['CANONICAL_HOST'], + # port: ENV.fetch("APP_PORT", 3000) + #} # Eager load code on boot. This eager loads most of Rails and # your application in memory, allowing both threaded web servers