blob: a1f9885f273859764219cce80ff7c1519cf14632 (
plain) (
tree)
|
|
addr = "127.0.0.1"
port = "6969"
use_ssl = False
cert = "/etc/ssl/cert.crt"
cert_key = "/etc/ssl/cert.key"
max_cmd_length = 192
flood_time = 1000
root_path = "/opt/baitv-daemon"
streamers_file = root_path + "/streamers"
bans_file = root_path + "/bans"
log_file = root_path + "/log"
state_file = "state.json"
|