소스 검색

Update 'config.py'

Removed crap I left in here.
deadtom 1 주 전
부모
커밋
9c314788af
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      config.py

+ 7 - 7
config.py

@@ -1,8 +1,8 @@
-owncast_url = 'https://owncast.deadtom.me'
-api_url = 'http://localhost:8083'
-owncast_logfile = '/home/deadtom/logs/owncasthooks.log'
-hooks_path = '~/owncasthooks'  # Where does this file live?
+owncast_url = ''
+api_url = ''
+owncast_logfile = ''
+hooks_path = ''  # Where does this file live?
 
-jid = 'owncast@deadtom.me'  # XMPP sending acount username
-password = 'OxSfA3eXW0fqR7hpwvtT'  # XMPP sending account password
-to = 'deadtom@deadtom.me'  # XMPP acount to send to
+jid = ''  # XMPP sending acount username
+password = ''  # XMPP sending account password
+to = ''  # XMPP acount to send to