소스 검색

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

DeadTOm 1 주 전
부모
커밋
b740d3a101
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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