mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 13:06:57 +02:00
bytes info
This commit is contained in:
@@ -8,9 +8,9 @@ return [
|
|||||||
'app_name' => 'FileGator',
|
'app_name' => 'FileGator',
|
||||||
'app_version' => APP_VERSION,
|
'app_version' => APP_VERSION,
|
||||||
'language' => 'english',
|
'language' => 'english',
|
||||||
'logo' => 'https://raw.githubusercontent.com/filegator/static/master/logo.png',
|
'logo' => 'https://raw.githubusercontent.com/filegator/filegator/master/dist/img/logo.png',
|
||||||
'upload_max_size' => 1000000 * 1024 * 1024,
|
'upload_max_size' => 100 * 1024 * 1024, // 100MB
|
||||||
'upload_chunk_size' => 1 * 1024 * 1024,
|
'upload_chunk_size' => 1 * 1024 * 1024, // 1MB
|
||||||
'upload_simultaneous' => 3,
|
'upload_simultaneous' => 3,
|
||||||
'default_archive_name' => 'archive.zip',
|
'default_archive_name' => 'archive.zip',
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user