|
@@ -4,14 +4,12 @@ return [
|
|
|
|
|
|
/*
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
|--------------------------------------------------------------------------
|
|
- | Default Queue Connection
|
|
|
|
|
|
+ | Default Queue Connection Name
|
|
|--------------------------------------------------------------------------
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
| Laravel's queue API supports an assortment of back-ends via a single
|
|
| Laravel's queue API supports an assortment of back-ends via a single
|
|
| API, giving you convenient access to each back-end using the same
|
|
| API, giving you convenient access to each back-end using the same
|
|
- | syntax for each one. Here you may set the default queue connection.
|
|
|
|
- |
|
|
|
|
- | Supported: "sync", "database", "beanstalkd", "sqs", "redis", "null"
|
|
|
|
|
|
+ | syntax for every one. Here you may define a default connection.
|
|
|
|
|
|
|
|
*/
|
|
*/
|
|
|
|
|
|
@@ -26,6 +24,8 @@ return [
|
|
| is used by your application. A default configuration has been added
|
|
| is used by your application. A default configuration has been added
|
|
| for each back-end shipped with Laravel. You are free to add more.
|
|
| for each back-end shipped with Laravel. You are free to add more.
|
|
|
|
|
|
|
|
|
|
+ | Drivers: "sync", "database", "beanstalkd", "sqs", "redis", "null"
|
|
|
|
+ |
|
|
*/
|
|
*/
|
|
|
|
|
|
'connections' => [
|
|
'connections' => [
|