Files
vuefilemanager/config/vuefilemanager.php
carodej b2db3755d8 v1.4
2020-05-01 11:04:03 +02:00

19 lines
443 B
PHP

<?php
return [
// Your app name
'app_name' => 'VueFileManager',
// Your app logo
'app_logo' => '/assets/images/hero.svg',
// Enable or disable user account registration
'registration' => true,
// Limit your storage size for every user if this option is enabled
'limit_storage_by_capacity' => true,
// Define user storage capacity in MB. E.g. value 2000 is 2.00GB
'user_storage_capacity' => 300,
];