Updated config.sample.js

This is the new format of the scan option for the previous clamdjs commit. I forgot to include changes to the sample config file.
This commit is contained in:
Bobby Wibowo 2018-09-04 23:11:20 +07:00
parent 56bdd08ee7
commit ace263be03
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -93,9 +93,13 @@ module.exports = {
urlMaxSize: '32MB',
/*
Scan for virus using ClamAV.
Scan files using ClamAV through clamd.
*/
scan: false,
scan: {
enabled: false,
ip: '127.0.0.1',
port: 3310
},
/*
Use DuckDuckGo's proxy when fetching any URL uploads.