mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
18 lines
362 B
PHP
18 lines
362 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'version' => '1.6',
|
|
|
|
// 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,
|
|
]; |