disable redis by default
This commit is contained in:
parent
36c5d7ec0c
commit
473fb297f3
|
@ -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…
Reference in New Issue