Skip to content

Commit

Permalink
Merge branch 'queue-prefix' of https://github.com/browner12/laravel i…
Browse files Browse the repository at this point in the history
…nto browner12-queue-prefix
  • Loading branch information
taylorotwell committed Apr 21, 2017
2 parents 49a9f5f + d771ee6 commit 743b13d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@

'default' => env('QUEUE_DRIVER', 'sync'),

/*
|--------------------------------------------------------------------------
| Queue Prefix
|--------------------------------------------------------------------------
|
| If you are running multiple sites on a single server, you may experience
| crosstalk among sites if they use the same name for queue tubes. This
| optional value defines a prefix that will automatically be applied
| to queue tubes as a way to prevent this crosstalk.
|
*/

'prefix' => env('QUEUE_PREFIX', ''),

/*
|--------------------------------------------------------------------------
| Queue Connections
Expand Down

0 comments on commit 743b13d

Please sign in to comment.