I've setup a new 8.0 rails project, and thought I might need to run the installation task solid_queue:install. When running the install task, it did not modify any other files as they were identical, but did add a duplicate line to config/production.rb: ```ruby config.solid_queue.connects_to = { database: { writing: :queue } } ```