From 6aaf157c60307bef25a3418c558bf0a20eeb1f87 Mon Sep 17 00:00:00 2001 From: Clement Desmidt Date: Fri, 20 Mar 2020 16:38:43 +0100 Subject: [PATCH] =?UTF-8?q?:wrench:=20Utilise=20le=20stockage=20priv=C3=A9?= =?UTF-8?q?=20pour=20les=20images?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/medialibrary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.