mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 18:13:55 +02:00
9 lines
126 B
PHP
9 lines
126 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'max_filesize' => env('UPLOAD_MAX_FILESIZE', '5M'),
|
|
'max_files' => env('UPLOAD_MAX_FILES', 100),
|
|
|
|
|
|
];
|