test
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2025-09-18 16:33:59 +02:00
parent 0376564792
commit dae44c1392

View File

@ -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