mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-06 02:33:48 +00:00
- Added ability into App Settings to flush application cache - Renew password page logo fix - removed put|patch|delete methods from axios and replaced by faking these methods to support incompatible shared hostings where you can't install php extension to support these methods. - Getting unique_ids fix
9 lines
188 B
PHP
9 lines
188 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'version' => '1.7.6',
|
|
|
|
// Define size of chunk uploaded by MB. E.g. integer 128 means chunk size will be 128MB.
|
|
'chunk_size' => env('CHUNK_SIZE', '128'),
|
|
]; |