disable redis by default

This commit is contained in:
osaajani 2024-10-31 21:28:30 +01:00
parent 36c5d7ec0c
commit 473fb297f3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
], ],
// Define if we should use a Redis instance instead of System V Queues // 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_HOST' => '%APP_REDIS_HOST%',
'REDIS_PORT' => '%APP_REDIS_PORT%', 'REDIS_PORT' => '%APP_REDIS_PORT%',
'REDIS_PASSWORD' => '%APP_REDIS_PASSWORD%', 'REDIS_PASSWORD' => '%APP_REDIS_PASSWORD%',