logo update

This commit is contained in:
Milos Stojanovic 2020-12-04 18:21:48 +01:00
parent e0a2932459
commit 56943bcab2

View File

@ -11,7 +11,7 @@ return [
'app_name' => 'FileGator',
'app_version' => APP_VERSION,
'language' => 'english',
'logo' => 'https://raw.githubusercontent.com/filegator/filegator/master/dist/img/logo.png',
'logo' => 'https://filegator.io/img/logo.png',
'upload_max_size' => 100 * 1024 * 1024, // 100MB
'upload_chunk_size' => 1 * 1024 * 1024, // 1MB
'upload_simultaneous' => 3,