From cd6ff41eeaeb35a47691e9e910dac1647a5d938a Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 27 Aug 2025 11:21:11 +0200 Subject: [PATCH] Fix port for local dev --- config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 0703601ec..e8cdb8954 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -82,7 +82,7 @@ Rails.application.configure do config.hosts = %w[ fizzy.localhost localhost 127.0.0.1 ] # Host to be used in links rendered from ActionMailer - config.action_mailer.default_url_options = { host: config.hosts.first, port: 3005 } + config.action_mailer.default_url_options = { host: config.hosts.first, port: 3006 } if Rails.root.join("tmp/solid-queue.txt").exist? config.active_job.queue_adapter = :solid_queue