From 6b05f80a569d1a912343f9c1e2afd3b600bc63b4 Mon Sep 17 00:00:00 2001 From: dbarzin Date: Wed, 15 Feb 2023 13:24:19 +0100 Subject: [PATCH] new ini file --- pandora-box.ini.curses | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pandora-box.ini.curses diff --git a/pandora-box.ini.curses b/pandora-box.ini.curses new file mode 100644 index 0000000..483c53f --- /dev/null +++ b/pandora-box.ini.curses @@ -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 +