From 473fb297f36ec554f91244f497db36c07ebba74d Mon Sep 17 00:00:00 2001 From: osaajani <> Date: Thu, 31 Oct 2024 21:28:30 +0100 Subject: [PATCH] disable redis by default --- env.prod.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.prod.php.dist b/env.prod.php.dist index bf6b165..540f9ac 100644 --- a/env.prod.php.dist +++ b/env.prod.php.dist @@ -29,7 +29,7 @@ ], // Define if we should use a Redis instance instead of System V Queues - 'USE_REDIS_QUEUES' => %APP_USE_REDIS_QUEUES%, + 'USE_REDIS_QUEUES' => false, 'REDIS_HOST' => '%APP_REDIS_HOST%', 'REDIS_PORT' => '%APP_REDIS_PORT%', 'REDIS_PASSWORD' => '%APP_REDIS_PASSWORD%',