config/IkarusScanner.cfg
author ck
Mon, 24 Feb 2014 16:47:02 +0100
changeset 1 57ad4aea86dd
permissions -rw-r--r--
Added virus name to the return value of the scan function.
Fixed errors.
ft@0
     1
[Main]
ft@0
     2
# the maximum file size in MB that is scanned
ft@0
     3
MaxFileSize: 50
ft@0
     4
ft@0
     5
# the URL of the local scan server
ft@0
     6
LocalScanserverURL: http://localhost/virusscan
ft@0
     7
ft@0
     8
# the URL of the remote scan server
ft@0
     9
RemoteScanserverURL: http://192.168.63.129/virusscan
ft@0
    10
ft@0
    11
# wait time in seconds until a new connection attempt to remote server is made
ft@0
    12
RetryTimeout: 600