Răsfoiți Sursa

Updated hooks.py and wsgi.py. Added config.py.

DeadTOm 1 săptămână în urmă
părinte
comite
b740d3a101
1 a modificat fișierele cu 10 adăugiri și 0 ștergeri
  1. 10 0
      config.py

+ 10 - 0
config.py

@@ -0,0 +1,10 @@
+# Example tag dictionary. Edit as needed
+tag_dict = {'python': '#Python', 'minecraft': '#Minecraft'}
+
+owncast_url = ''
+api_url = ''
+owncast_logfile = ''
+
+jid = ''  # XMPP sending acount username
+password = ''  # XMPP sending account password
+to = ''  # XMPP acount to send to