This commit is contained in:
tanch0
2024-06-18 16:26:58 +05:45
parent 613dfd1834
commit 50b8768a34
68 changed files with 1540 additions and 657 deletions

View File

@ -50,7 +50,7 @@ return [
'file' => [
'folder_name' => 'files',
'startup_view' => 'list',
'max_size' => 50000, // size in KB
'max_size' => 500000, // size in KB
'thumb' => true,
'thumb_width' => 80,
'thumb_height' => 80,
@ -66,7 +66,7 @@ return [
'image' => [
'folder_name' => 'photos',
'startup_view' => 'grid',
'max_size' => 50000, // size in KB
'max_size' => 500000, // size in KB
'thumb' => true,
'thumb_width' => 80,
'thumb_height' => 80,
@ -176,5 +176,6 @@ return [
*/
'php_ini_overrides' => [
'memory_limit' => '256M',
],
];