diff -r 000000000000 -r ca2023eb2463 config/IkarusScanner.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/IkarusScanner.cfg Tue Feb 18 15:38:00 2014 +0100 @@ -0,0 +1,12 @@ +[Main] +# the maximum file size in MB that is scanned +MaxFileSize: 50 + +# the URL of the local scan server +LocalScanserverURL: http://localhost/virusscan + +# the URL of the remote scan server +RemoteScanserverURL: http://192.168.63.129/virusscan + +# wait time in seconds until a new connection attempt to remote server is made +RetryTimeout: 600 \ No newline at end of file