summaryrefslogtreecommitdiff
path: root/settings.py.sample
diff options
context:
space:
mode:
authorLibravatar bai 2020-03-11 21:23:15 -0300
committerLibravatar bai 2020-03-11 21:23:15 -0300
commit1062b45b5710cb51c3d7530e00a7e3dd940ded9e (patch)
tree31b7f64b90f5b143cbf4e9343330bb67954ed461 /settings.py.sample
downloadbaitv-daemon-1062b45b5710cb51c3d7530e00a7e3dd940ded9e.tar.gz
baitv-daemon-1062b45b5710cb51c3d7530e00a7e3dd940ded9e.tar.xz
baitv-daemon-1062b45b5710cb51c3d7530e00a7e3dd940ded9e.zip
Commit inicial
Diffstat (limited to 'settings.py.sample')
-rw-r--r--settings.py.sample15
1 files changed, 15 insertions, 0 deletions
diff --git a/settings.py.sample b/settings.py.sample
new file mode 100644
index 0000000..a1f9885
--- /dev/null
+++ b/settings.py.sample
@@ -0,0 +1,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"