mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
disable redis by default
This commit is contained in:
parent
36c5d7ec0c
commit
473fb297f3
1 changed files with 1 additions and 1 deletions
|
@ -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%',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue