pilpil-server/defaults.toml

16 lines
290 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-19 18:39:23 +02:00
# scp, rsync, http
sync_facility = "http"
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 = []
auth = "secret"
cmd_auth = "secret"
2022-10-08 16:49:45 +02:00
hosts = []
# VLC http LUA port
port = 0
# Clients cmd port
cmd_port = 0