diff --git a/config.sample.js b/config.sample.js index 7ae920c..54263b4 100644 --- a/config.sample.js +++ b/config.sample.js @@ -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.