From a299f148ca51c652e7d0df608489a0ab382ed78e Mon Sep 17 00:00:00 2001
From: Teal <git@teal.is>
Date: Mon, 27 May 2024 16:42:10 +0200
Subject: [PATCH] grr

---
 config/environments/production.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/environments/production.rb b/config/environments/production.rb
index 5c55563..08bf92a 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -95,3 +95,5 @@ Rails.application.configure do
   # Skip DNS rebinding protection for the default health check endpoint.
   # config.host_authorization = { exclude: ->(request) { request.path == "/up" } }
 end
+
+Rails.application.routes.default_url_options.merge({ host: 'rescheduled.c3lingo.org', protocol: 'https' })
-- 
GitLab