From 272607ad3f2ded2c901cfe64b828fad4eb892eac Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 5 Apr 2021 12:25:37 +0545 Subject: [PATCH] update description --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index d4cdacb06..f88000f25 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -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,