Skip to content

Commit

Permalink
Update 'queue_name' in config to utilize the ENV variable (#3623)
Browse files Browse the repository at this point in the history
  • Loading branch information
christeyerl authored Jun 4, 2024
1 parent 841cb88 commit 5e1b49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/media-library.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* This queue will be used to generate derived and responsive images.
* Leave empty to use the default queue.
*/
'queue_name' => '',
'queue_name' => env('MEDIA_QUEUE', ''),

/*
* By default all conversions will be performed on a queue.
Expand Down

0 comments on commit 5e1b49a

Please sign in to comment.