blob: a1f9885f273859764219cce80ff7c1519cf14632 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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"
|