chore: update media library disk configuration to use FILESYSTEM_DISK environment variable

This commit is contained in:
Yoga Pangestu 2026-04-09 11:06:23 +07:00
parent 5e5a7caeb5
commit d3dc7c1ab9

View File

@ -32,7 +32,7 @@
* The disk on which to store added files and derived images by default. Choose * 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. * 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. * The maximum file size of an item in bytes.