Forráskód Böngészése

Updated for config file changes

deadtom 2 hete
szülő
commit
d0584a9450
1 módosított fájl, 2 hozzáadás és 3 törlés
  1. 2 3
      update.sh

+ 2 - 3
update.sh

@@ -6,8 +6,7 @@ update_config() {
     CONFIG_FILE="instance/config.py"
 
     NEW_VARIABLES="\
-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
+ACCESS_ID = ''  # The name of your access token
 FOLLOW_POINTS = '50'  # How many points to award viewers for following
 "
 
@@ -49,5 +48,5 @@ update_db
 deactivate
 
 echo -e "***IMPORTANT***\n"
-echo -e "Look for new \"Authentication\" and \"New Follower\" options in the Settings menu of your OwnchatBot managemment panel.\n"
+echo -e "Look for new \"Access Token Name\" and \"Follow Points\" options in the Settings menu of your OwnchatBot managemment panel.\n"
 echo "The way you access your OwnchatBot management panel has changed. Authentication is now handled using your Owncast server as an IndieAuth server. You log in using the same credentials you use to log in to your Owncast Admin page."