Procházet zdrojové kódy

Update 'config.py'

Sanitized.
deadtom před 18 hodinami
rodič
revize
f212d08073
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      config.py

+ 4 - 4
config.py

@@ -1,4 +1,4 @@
-log_file = '/home/deadtom/logs/owncastcom.log'
-user = 'owncast@deadtom.me'
-passwd = 'xYNOPNhYcPrFyF995joNCom1'
-senders = {'deadtom@deadtom.me': ('Bearer 2VajnuURArN0k6XAPLF9P8tFTFGbQpr8TP7Uq5CrtiI=', 'http://owncast-actual:8083'), 'laure@deadtom.me': ('Bearer GA7HtBf4XaV21mrcHrUB2-vamsLMjtWdl47t-CAmKA4=', 'http://owncast-actual:8082')}
+log_file = ''  # /path/to/your/log.log
+user = ''  # The account your owncast server will use
+passwd = ''
+senders = {'<xmpp_id that will be sending to the owncastcom bot': ('Your owncast API berrer auth', 'http://<your owncast API URL>'), }  # This is a dictionary of lists of senders. Can be used for multiple Owncast servers, just include the correspodning bearer auth for that server.