added chunk size edit to the admin

This commit is contained in:
Čarodej
2022-03-31 10:41:50 +02:00
parent ab042cc4b3
commit ef9f654834
7 changed files with 28 additions and 16 deletions

View File

@@ -339,7 +339,7 @@ return [
'clear_cache' => 'Clear Cache',
'admin_settings.others.contact_email' => 'Contact Email',
'admin_settings.others.contact_email_plac' => 'Type your contact email',
'admin_settings.others.default_storage' => 'Default Storage Space for User Accounts',
'admin_settings.others.default_storage' => 'Default Storage Space for User Accounts (in MB)',
'admin_settings.others.default_storage_plac' => 'Set default storage space in GB',
'admin_settings.others.google_analytics' => 'Google Analytics Code (optional)',
'admin_settings.others.google_analytics_plac' => 'Paste your Google Analytics Code',
@@ -348,7 +348,7 @@ return [
'admin_settings.others.mimetypes_blacklist_plac' => 'Add mimetypes to Blacklist',
'admin_settings.others.storage_limit' => 'Storage Limitation',
'admin_settings.others.storage_limit_help' => "If this value is off, all users will have infinity storage capacity and you won't be able to charge your users for storage plan.",
'admin_settings.others.upload_limit' => 'Upload Limit',
'admin_settings.others.upload_limit' => 'Upload Limit (in MB)',
'admin_settings.others.upload_limit_help' => 'If you want to set max file size limit on single upload, add size of your limit in MB. E.g. 100 means 100 MB and 2 000 means 2 000 MB limit.',
'admin_settings.others.upload_limit_plac' => 'Type your upload limit in MB',
'appearance' => 'Appearance',

View File

@@ -9,10 +9,6 @@ return [
'is_setup_wizard_debug' => env('IS_SETUP_WIZARD_DEBUG', false),
'is_admin_vuefilemanager_bar' => env('IS_ADMIN_VUEFILEMANAGER_BAR', true),
// Define size of chunk uploaded by MB.
// E.g. integer 128 means chunk size will be 128 MB.
'chunk_size' => env('CHUNK_SIZE', '128'),
'colors' => [
'#9ad2bf',
'#9ad2cd',