config/OsecFS.cfg
author ck
Wed, 04 Dec 2013 15:19:15 +0100
changeset 5 5b7c05fc9a5e
parent 3 5c45c43de56e
child 7 e75bc05c279d
permissions -rw-r--r--
Changed requests to urllib3.
Added maximimum file size for scanned files.
     1 [Main]
     2 # make sure this file is writeable
     3 Logfile: /var/log/fuse_test.log
     4 
     5 # where the files really are on the filesystem 
     6 Rootpath: /tmp/root_fuse
     7 
     8 # the maximum file size in MB that is scanned
     9 MaxFileSize: 50
    10 
    11 # the URL of the local scan server
    12 LocalScanserverURL: http://192.168.63.129/virusscan
    13 
    14 # the URL of the remote scan server
    15 RemoteScanserverURL: http://192.168.63.129/virusscan