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