Quellcode durchsuchen

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

DeadTOm vor 1 Woche
Ursprung
Commit
b740d3a101
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  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