summaryrefslogtreecommitdiff
path: root/settings.py.sample
diff options
context:
space:
mode:
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"