allow queue to be prefixed

This commit is contained in:
Holger Reinhardt 2016-07-29 15:11:13 +02:00
parent 0663765b47
commit 8d6ebce6b9
2 changed files with 20 additions and 3 deletions

View file

@ -21,6 +21,7 @@ return [
|
*/
'queuePrefix' => env('RESQUE_QUEUE_PREFIX', null),
'trackStatus' => env('RESQUE_TRACK_STATUS', false),
];