17 lines
310 B
TOML
17 lines
310 B
TOML
[DEFAULT]
|
|
debug = 0
|
|
pi_user = "pil"
|
|
useSSL = false
|
|
CAfile = "selfCA.crt"
|
|
# scp, rsync, http
|
|
sync_facility = "http"
|
|
media_folder_local = "~/Videos"
|
|
media_folder_remote = "~/Videos"
|
|
media_exts = []
|
|
auth = "secret"
|
|
cmd_auth = "secret"
|
|
hosts = []
|
|
# VLC http LUA port
|
|
vlc_port = 0
|
|
# Clients cmd port
|
|
cmd_port = 0 |