🐞 Add antivirus inside Twake Drive (#725)
🐞 Add antivirus inside Twake Drive (#725)
This commit is contained in:
@@ -135,6 +135,14 @@
|
||||
"defaultUserQuota": "DRIVE_DEFAULT_USER_QUOTA",
|
||||
"featureDisplayEmail": "ENABLE_FEATURE_DISPLAY_EMAIL",
|
||||
"featureUserQuota": "ENABLE_FEATURE_USER_QUOTA",
|
||||
"featureManageAccess": "ENABLE_FEATURE_MANAGE_ACCESS"
|
||||
"featureManageAccess": "ENABLE_FEATURE_MANAGE_ACCESS",
|
||||
"featureAntivirus": "ENABLE_FEATURE_ANTIVIRUS"
|
||||
},
|
||||
"av": {
|
||||
"host": "AV_HOST",
|
||||
"port": "AV_PORT",
|
||||
"debugMode": "AV_DEBUG_MODE",
|
||||
"timeout": "AV_TIMEOUT",
|
||||
"maxFileSize": "AV_MAX_FILE_SIZE"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user