16 lines
283 B
TOML
16 lines
283 B
TOML
[DEFAULT]
|
|
DEBUG = 0
|
|
useSSL = false
|
|
CAfile = "selfCA.crt"
|
|
# Could be scp, sftp ?
|
|
sync_facility = "rsync"
|
|
media_folder_local = "~/Videos"
|
|
media_folder_remote = "~/Videos"
|
|
media_exts = []
|
|
auth = ""
|
|
cmd_auth = ""
|
|
hosts = []
|
|
# VLC http LUA port
|
|
port = 0
|
|
# Clients cmd port
|
|
cmd_port = 0 |