From d3dc7c1ab9475f0f598edfe9abd072d72ede8243 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Thu, 9 Apr 2026 11:06:23 +0700 Subject: [PATCH] chore: update media library disk configuration to use FILESYSTEM_DISK environment variable --- config/media-library.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/media-library.php b/config/media-library.php index 10a3a60..dfa31e2 100644 --- a/config/media-library.php +++ b/config/media-library.php @@ -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.