Skip to content

Commit

Permalink
Remove FILESYSTEM_DRIVER from env example to prevent its use
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Oct 27, 2024
1 parent 533cc32 commit 235c53c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ LOG_LEVEL=notice

CACHE_DRIVER=file
SESSION_DRIVER=file
FILESYSTEM_DRIVER=local


#### Database config & credentials ####
Expand Down
1 change: 0 additions & 1 deletion config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')),

/*
Expand Down

0 comments on commit 235c53c

Please sign in to comment.