pilpil-setup/defaults.toml

16 lines
283 B
TOML
Raw Normal View History

2022-10-08 16:49:45 +02:00
[DEFAULT]
DEBUG = 0
2022-10-09 18:09:32 +02:00
useSSL = false
CAfile = "selfCA.crt"
2022-10-14 13:27:01 +02:00
# Could be scp, sftp ?
sync_facility = "rsync"
2022-10-08 16:49:45 +02:00
media_folder_local = "~/Videos"
media_folder_remote = "~/Videos"
2022-10-14 13:27:01 +02:00
media_exts = []
2022-10-08 16:49:45 +02:00
auth = ""
cmd_auth = ""
hosts = []
# VLC http LUA port
port = 0
# Clients cmd port
cmd_port = 0