2022-06-16 13:24:36 +02:00
|
|
|
[DEFAULT]
|
|
|
|
|
|
|
|
; Set USB_AUTO_MOUNT to true is if the OS mount automaticaly mount USB keys
|
2022-06-28 15:16:33 +02:00
|
|
|
USB_AUTO_MOUNT = True
|
2022-06-16 13:24:36 +02:00
|
|
|
|
|
|
|
; Set PANDORA_ROOT_URL to the URL of the Pandora server
|
|
|
|
; the default value is "http://127.0.0.1:6100"
|
2022-06-28 09:53:22 +00:00
|
|
|
PANDORA_ROOT_URL = http://127.0.0.1:6100
|
2022-06-16 13:24:36 +02:00
|
|
|
|
|
|
|
; Set FAKE_SCAN to true to fake the scan process
|
2022-06-17 23:30:37 +02:00
|
|
|
FAKE_SCAN = False
|
2022-06-16 13:24:36 +02:00
|
|
|
|
2022-06-17 22:09:21 +02:00
|
|
|
; Set to true to copy infected files to the quarantine folder
|
|
|
|
; in the USB scanning station
|
|
|
|
QUARANTINE = True
|
|
|
|
|
|
|
|
; Set quarantine folder
|
|
|
|
QUARANTINE_FOLDER = /tmp
|