mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 01:50:38 +00:00
added chunk size edit to the admin
This commit is contained in:
@@ -9,10 +9,6 @@ return [
|
||||
'is_setup_wizard_debug' => env('IS_SETUP_WIZARD_DEBUG', false),
|
||||
'is_admin_vuefilemanager_bar' => env('IS_ADMIN_VUEFILEMANAGER_BAR', true),
|
||||
|
||||
// Define size of chunk uploaded by MB.
|
||||
// E.g. integer 128 means chunk size will be 128 MB.
|
||||
'chunk_size' => env('CHUNK_SIZE', '128'),
|
||||
|
||||
'colors' => [
|
||||
'#9ad2bf',
|
||||
'#9ad2cd',
|
||||
|
||||
Reference in New Issue
Block a user