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