🔧 Utilise le stockage privé pour les images

This commit is contained in:
Clement Desmidt 2020-03-20 16:38:43 +01:00
parent bd12cf6dfb
commit 6aaf157c60
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ return [
* 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('MEDIA_DISK', 'local'),
/* /*
* The maximum file size of an item in bytes. * The maximum file size of an item in bytes.