Files
workavia-drive/tdrive/backend/node/test/e2e/av/config/runtime.json
T
Montassar Ghanmy 00f819fb6d 🐞 Add antivirus inside Twake Drive (#725)
🐞 Add antivirus inside Twake Drive (#725)
2024-11-19 17:39:18 +01:00

13 lines
173 B
JSON

{
"drive": {
"featureAntivirus": true
},
"av": {
"host": "av",
"port": 3310,
"debugMode": false,
"timeout": 2000,
"maxFileSize": 1048576
}
}