mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 05:19:40 +02:00
16 lines
388 B
INI
16 lines
388 B
INI
|
[DEFAULT]
|
||
|
|
||
|
; Set USB_AUTO_MOUNT to true is if the OS mount automaticaly mount USB keys
|
||
|
USB_AUTO_MOUNT = True
|
||
|
|
||
|
; Set NO_SCAN to true to skip the scan process
|
||
|
NO_SCAN = True
|
||
|
|
||
|
; 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
|
||
|
FAKE_SCAN = True
|
||
|
|