1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Allowed database queue usage where desired

This commit is contained in:
Dan Brown
2021-12-13 18:34:18 +00:00
parent f27d0d5aeb
commit d00ac3101d
5 changed files with 75 additions and 4 deletions

View File

@ -11,7 +11,7 @@
return [
// Default driver to use for the queue
// Options: null, sync, redis
// Options: sync, database, redis
'default' => env('QUEUE_CONNECTION', 'sync'),
// Queue connection configuration