diff --git a/config/medialibrary.php b/config/medialibrary.php index 9b00744..40c8914 100644 --- a/config/medialibrary.php +++ b/config/medialibrary.php @@ -6,7 +6,7 @@ return [ * 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('MEDIA_DISK', 'local'), /* * The maximum file size of an item in bytes.