mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-20 12:19:03 +00:00
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:
parent
56bdd08ee7
commit
ace263be03
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user