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