config.json 297 B

123456789101112131415
  1. [
  2. {
  3. "template": "whitelist.ign2.j2",
  4. "output": "/var/lib/clamav/whitelist.ign2",
  5. "clean_blank_lines": true
  6. },
  7. {
  8. "template": "clamd.conf.j2",
  9. "output": "/etc/clamav/clamd.conf"
  10. },
  11. {
  12. "template": "freshclam.conf.j2",
  13. "output": "/etc/clamav/freshclam.conf"
  14. }
  15. ]