Remove FILESYSTEM_DRIVER from env example to prevent its use

This commit is contained in:
Bubka 2024-10-25 15:36:13 +02:00
parent 533cc32cbe
commit 235c53c4dd
2 changed files with 0 additions and 2 deletions

View File

@ -87,7 +87,6 @@ LOG_LEVEL=notice
CACHE_DRIVER=file CACHE_DRIVER=file
SESSION_DRIVER=file SESSION_DRIVER=file
FILESYSTEM_DRIVER=local
#### Database config & credentials #### #### Database config & credentials ####

View File

@ -13,7 +13,6 @@
| |
*/ */
// TODO : disable this env var and make driver be set from admin panel
'default' => env('FILESYSTEM_DISK', env('FILESYSTEM_DRIVER', 'local')), 'default' => env('FILESYSTEM_DISK', env('FILESYSTEM_DRIVER', 'local')),
/* /*