2022-06-16 13:24:36 +02:00
|
|
|
[DEFAULT]
|
2022-06-28 17:52:32 +02:00
|
|
|
; Curses mode (full text)
|
2022-07-25 01:40:02 +02:00
|
|
|
CURSES = False
|
2022-06-28 17:52:32 +02:00
|
|
|
|
2022-08-03 10:17:05 +02:00
|
|
|
; Set USB_AUTO_MOUNT to true is if the OS automaticaly mount USB keys
|
2022-07-25 01:42:44 +02:00
|
|
|
USB_AUTO_MOUNT = False
|
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
|
|
|
|
2022-06-28 17:57:42 +02:00
|
|
|
; Set FAKE_SCAN to true to fake the scan process (used during developement only)
|
2025-04-22 12:35:06 +02:00
|
|
|
FAKE_SCAN = False
|
2022-06-16 13:24:36 +02:00
|
|
|
|
2025-04-22 12:35:06 +02:00
|
|
|
; Set to true to copy infected files to the quarantine folder
|
2022-06-17 22:09:21 +02:00
|
|
|
; in the USB scanning station
|
|
|
|
QUARANTINE = True
|
|
|
|
|
|
|
|
; Set quarantine folder
|
2022-06-28 17:57:42 +02:00
|
|
|
QUARANTINE_FOLDER = /var/quarantine
|
|
|
|
|
2023-03-04 21:48:48 +01:00
|
|
|
; Number of threads
|
2023-03-04 18:52:40 +01:00
|
|
|
THREADS = 1
|
2025-04-22 12:35:06 +02:00
|
|
|
|
|
|
|
; Max File Size (1G)
|
|
|
|
MAX_FILE_SIZE = 1080000000
|