X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/eaa1765c7a68cd671bcb37a666203210bf05d217..refs/pull/1462/head:/config/queue.php diff --git a/config/queue.php b/config/queue.php index cf9b09da0..721eac136 100644 --- a/config/queue.php +++ b/config/queue.php @@ -1,34 +1,20 @@ env('QUEUE_DRIVER', 'sync'), - /* - |-------------------------------------------------------------------------- - | Queue Connections - |-------------------------------------------------------------------------- - | - | Here you may configure the connection information for each server that - | is used by your application. A default configuration has been added - | for each back-end shipped with Laravel. You are free to add more. - | - */ - + // Queue connection configuration 'connections' => [ 'sync' => [ @@ -75,17 +61,7 @@ return [ ], - /* - |-------------------------------------------------------------------------- - | Failed Queue Jobs - |-------------------------------------------------------------------------- - | - | These options configure the behavior of failed queue job logging so you - | can control which database and table are used to store the jobs that - | have failed. You may change them to any database / table you wish. - | - */ - + // Failed queue job logging 'failed' => [ 'database' => 'mysql', 'table' => 'failed_jobs', ],