mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 00:03:09 +01:00
Remove FILESYSTEM_DRIVER from env example to prevent its use
This commit is contained in:
parent
533cc32cbe
commit
235c53c4dd
@ -87,7 +87,6 @@ LOG_LEVEL=notice
|
||||
|
||||
CACHE_DRIVER=file
|
||||
SESSION_DRIVER=file
|
||||
FILESYSTEM_DRIVER=local
|
||||
|
||||
|
||||
#### Database config & credentials ####
|
||||
|
@ -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')),
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user