1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-18 21:09:41 +02:00
pandora-box/pandora-box.curses

24 lines
604 B
Text
Raw Normal View History

2023-02-13 17:19:00 +01:00
[DEFAULT]
; Curses mode (full text)
2023-02-22 17:04:33 +01:00
CURSES = True
2023-02-13 17:19:00 +01:00
; Set USB_AUTO_MOUNT to true is if the OS automaticaly mount USB keys
USB_AUTO_MOUNT = False
; Set PANDORA_ROOT_URL to the URL of the Pandora server
; the default value is "http://127.0.0.1:6100"
PANDORA_ROOT_URL = http://127.0.0.1:6100
; Set FAKE_SCAN to true to fake the scan process (used during developement only)
FAKE_SCAN = False
; Set to true to copy infected files to the quarantine folder
; in the USB scanning station
QUARANTINE = True
; Set quarantine folder
QUARANTINE_FOLDER = /var/quarantine
2023-03-04 18:52:40 +01:00
; Maximum number of threads
THREADS = 2