spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.74k stars 1.07k forks source link

Update 'queue_name' configuration to use environment variable #3623

Closed christeyerl closed 4 months ago

christeyerl commented 4 months ago

This PR updates the queue_name configuration in spatie/laravel-medialibrary to make use of the MEDIA_QUEUE environment variable. By leveraging environment variables, we enhance flexibility and simplify configuration management without the need to publish the configuration file every time a value change is required. This change ensures seamless integration with environmental settings while maintaining the ability to customize the queue name as needed.

freekmurze commented 4 months ago

Thanks!