enable youtube oauth for login-gated tracks
This commit is contained in:
@@ -18,6 +18,13 @@ LAVALINK_URI=ws://localhost:2333
|
||||
# match. Set a strong value — do NOT ship the youshallnotpass default.
|
||||
LAVALINK_PASSWORD=change-me
|
||||
|
||||
# YouTube OAuth refresh token, used for tracks YouTube refuses to serve without
|
||||
# a login (age-restricted, "sign in to confirm you're not a bot"). Leave this
|
||||
# commented out on the first run: Lavalink will log a google.com/device code,
|
||||
# and after you authorize it logs the refresh token to paste here. Use a
|
||||
# throwaway Google account. Read by the Lavalink container, not the bot.
|
||||
#PLUGINS_YOUTUBE_OAUTH_REFRESHTOKEN=
|
||||
|
||||
# Path to the catchphrases file (one phrase per line). Optional; defaults to
|
||||
# catchphrases.txt in the working directory.
|
||||
CATCHPHRASES_FILE=catchphrases.txt
|
||||
|
||||
Reference in New Issue
Block a user