mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-24 15:59:42 +02:00
new ini file
This commit is contained in:
parent
ead49c5098
commit
6b05f80a56
1 changed files with 21 additions and 0 deletions
21
pandora-box.ini.curses
Normal file
21
pandora-box.ini.curses
Normal file
|
@ -0,0 +1,21 @@
|
|||
[DEFAULT]
|
||||
; Curses mode (full text)
|
||||
CURSES = False
|
||||
|
||||
; 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue