Forráskód Böngészése

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

DeadTOm 1 hete
szülő
commit
b740d3a101
1 módosított fájl, 10 hozzáadás és 0 törlés
  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