From 265a9c406e431bfdb1652d30cda2ac1cba52e6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Mon, 22 Apr 2024 13:15:56 +0200 Subject: [PATCH] fix --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 88550be91..91cde91c8 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). -- GitLab