Browse Source

Removed INDIEAUTH vairables, added ACCESS_ID variable.

deadtom 2 tuần trước cách đây
mục cha
commit
d01576e205
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      ownchatbot/defaults/config.py

+ 1 - 2
ownchatbot/defaults/config.py

@@ -1,8 +1,7 @@
 # Owncast stuff. Get this information from your Owncast admin panel
 ACCESS_TOKEN = ''  # Create one of these at your Owncast Admin panel -> Integrations -> Access Tokens
+ACCESS_ID = ''  # The name of your access token
 OWNCAST_URL = ''  # Either your external Owncast URL, or your local Owncast URL with the proper port number. (Example: http://localhost:8080)
-INDIEAUTH_CLIENT_ID = ''  # Create a new access token at Owncast Admin panel -> Integrations -> Access Tokens, this variable is the name you associate with that token
-INDIEAUTH_CLIENT_SECRET = ''  # The access token you created for INDIEAUTH_CLIENT_ID
 
 # OwnchatBot Configuration
 POINTS_INTERVAL = 5  # How long, in minutes, between points awards