Update queue.php
This commit is contained in:
parent
1193702eea
commit
86e4e204aa
|
@ -17,19 +17,6 @@
|
|||
|
||||
'default' => env('QUEUE_DRIVER', 'sync'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Queue Prefix
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| If you are running multiple sites on a single server you should consider
|
||||
| specifying a queue prefix. This string will be prepended to the queue
|
||||
| names to prevent cross-talk when using certain local queue drivers.
|
||||
|
|
||||
*/
|
||||
|
||||
'prefix' => env('QUEUE_PREFIX', ''),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Queue Connections
|
||||
|
|
Loading…
Reference in New Issue