Adjust antivirus feature

This commit is contained in:
lethemanh
2025-04-18 17:05:22 +07:00
parent f0b6315d76
commit 8789b91a7a
17 changed files with 210 additions and 20 deletions
@@ -149,13 +149,18 @@
"featureDisplayEmail": "ENABLE_FEATURE_DISPLAY_EMAIL",
"featureUserQuota": "ENABLE_FEATURE_USER_QUOTA",
"featureManageAccess": "ENABLE_FEATURE_MANAGE_ACCESS",
"featureAntivirus": "ENABLE_FEATURE_ANTIVIRUS"
"featureAntivirus": "ENABLE_FEATURE_ANTIVIRUS",
"featureAvStatusAllowed": {
"__name": "FEATURE_AV_STATUS_ALLOWED",
"__format": "json"
}
},
"av": {
"host": "AV_HOST",
"port": "AV_PORT",
"debugMode": "AV_DEBUG_MODE",
"timeout": "AV_TIMEOUT",
"maxFileSize": "AV_MAX_FILE_SIZE"
"maxFileSize": "AV_MAX_FILE_SIZE",
"deleteInfectedFiles": "AV_DELETE_INFECTED_FILES"
}
}