From 081586c0a67c716c3bfe038819d8410c4e152d93 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Sat, 29 Nov 2025 21:46:34 +0100 Subject: [PATCH] This was moved to the engine https://github.com/basecamp/fizzy-saas/commit/27d4d34091de8db53bb01ac604c56e1a83b3adc3 --- config/environments/development.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 8b426d2c6..3e4109dd3 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -88,9 +88,4 @@ Rails.application.configure do # Set host to be used by links generated in mailer and notification view templates. config.action_controller.default_url_options = { host: config.hosts.first, port: 3006 } 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 - config.solid_queue.connects_to = { database: { writing: :queue, reading: :queue } } - end end