aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs/antivirus.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/configs/antivirus.conf')
-rw-r--r--test/functional/configs/antivirus.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/functional/configs/antivirus.conf b/test/functional/configs/antivirus.conf
new file mode 100644
index 000000000..a4b0739aa
--- /dev/null
+++ b/test/functional/configs/antivirus.conf
@@ -0,0 +1,20 @@
+redis {
+ servers = "${REDIS_ADDR}:${REDIS_PORT}";
+}
+antivirus {
+ clam {
+ attachments_only = false;
+ symbol = "CLAM_VIRUS";
+ type = "clamav";
+ servers = "127.0.0.1:${PORT_CLAM}";
+ }
+ fprot {
+ attachments_only = false;
+ symbol = "FPROT_VIRUS";
+ type = "fprot";
+ servers = "127.0.0.1:${PORT_FPROT}";
+ patterns {
+ FPROT_EICAR = "^EICAR_Test_File$";
+ }
+ }
+}