chore: update media library disk configuration to use FILESYSTEM_DISK environment variable
This commit is contained in:
parent
5e5a7caeb5
commit
d3dc7c1ab9
@ -32,7 +32,7 @@
|
||||
* The disk on which to store added files and derived images by default. Choose
|
||||
* one or more of the disks you've configured in config/filesystems.php.
|
||||
*/
|
||||
'disk_name' => env('MEDIA_DISK', 'public'),
|
||||
'disk_name' => env('FILESYSTEM_DISK', 'public'),
|
||||
|
||||
/*
|
||||
* The maximum file size of an item in bytes.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user