1
0
Fork 0
mirror of synced 2024-06-17 10:14:50 +12:00

update description

This commit is contained in:
Damodar Lohani 2021-04-05 12:25:37 +05:45
parent 7794204acb
commit 272607ad3f

View file

@ -309,7 +309,7 @@ return [
],
[
'name' => '_APP_STORAGE_ANTIVIRUS',
'description' => 'This variable allows you to disable the internal anti-virus scans. This value is set to \'enabled\' by default, to cancel the scans set the value to \'disabled\'. When disabled, it\'s recommended to turn off the ClamAV container for better resource usage.',
'description' => 'This variable allows you to disable the internal anti-virus scans. This value is set to \'disabled\' by default, to enable the scans set the value to \'enabled\'. Before enabling, you must add the ClamAV service and depend on it on main Appwrite service.',
'introduction' => '',
'default' => 'disabled',
'required' => false,