Browse Source

Update 'config.py'

Removed crap I left in here.
deadtom 1 week ago
parent
commit
9c314788af
1 changed files with 7 additions and 7 deletions
  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