From 589a22e5fe143151e8ecfaa7b445d3db262de07e Mon Sep 17 00:00:00 2001 From: Rene Date: Thu, 18 Sep 2025 22:22:11 +0200 Subject: [PATCH] asd --- config/environments/development.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index ac5ecea..e23b119 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -104,6 +104,7 @@ Rails.application.configure do config.file_watcher = ActiveSupport::EventedFileUpdateChecker config.action_mailer.default_url_options = { - host: ENV['CANONICAL_HOST'], port: 3000 + # host: ENV['CANONICAL_HOST'], port: 3000 + host: ENV['CANONICAL_HOST'] } end \ No newline at end of file