diff --git a/config/environments/production.rb b/config/environments/production.rb index 88550be9153a1b09bc82c418434e16b93aada911..91cde91c8bebac5aab35834fc4588d186c76bed0 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -61,7 +61,7 @@ Rails.application.configure do # Use a different cache store in production. config.cache_store = :redis_cache_store, { - url: "#{ ENV['REDIS_URL'] }/0:#{ ENV['SOURCE_VERSION'] || ENV['CONTAINER_VERSION'] }" + url: ENV['REDIS_URL'] } # Use a real queuing backend for Active Job (and separate queues per environment).