|
@@ -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
|