diff --git a/config/environments/production.rb b/config/environments/production.rb
index 8ef0b888c15b8b28ed2dd41254864eff9fc714d6..bcfd762da6e4ce44c3fce420d0624eed205015b9 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -75,7 +75,6 @@ Rails.application.configure do
 
   # Use a real queuing backend for Active Job (and separate queues per environment).
   config.active_job.queue_adapter = :solid_queue
-  config.solid_queue.connects_to = { database: { writing: :queue } }
   # config.active_job.queue_name_prefix = "re_scheduled_production"
 
   config.action_mailer.perform_caching = false