1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-24 15:59:42 +02:00

remove config fle from github

This commit is contained in:
dbarzin 2022-08-24 00:15:26 +02:00
parent 91be92f63e
commit 6633243745
3 changed files with 25 additions and 0 deletions

View file

@ -27,6 +27,10 @@ After reboot, login with the user created during the install and type :
Configuration Configuration
------------- -------------
Copy your configuration file to _pandora-box.ini_
cp pandora-box.ini.ubuntu pandora-box.ini
You can configure Pandora-box in the _pandora-box.ini_ file : You can configure Pandora-box in the _pandora-box.ini_ file :
[DEFAULT] [DEFAULT]

21
pandora-box.ini.ubuntu Normal file
View 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