config/IkarusScanner.cfg
changeset 0 ca2023eb2463
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/IkarusScanner.cfg	Tue Feb 18 15:38:00 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +[Main]
     1.5 +# the maximum file size in MB that is scanned
     1.6 +MaxFileSize: 50
     1.7 +
     1.8 +# the URL of the local scan server
     1.9 +LocalScanserverURL: http://localhost/virusscan
    1.10 +
    1.11 +# the URL of the remote scan server
    1.12 +RemoteScanserverURL: http://192.168.63.129/virusscan
    1.13 +
    1.14 +# wait time in seconds until a new connection attempt to remote server is made
    1.15 +RetryTimeout: 600
    1.16 \ No newline at end of file