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%',