· 4 years ago · Mar 16, 2021, 04:52 PM
1return {
2 ip = "stevenwierda.nl/serverspul/music", -- (required) The IP (or domain) the youtube-dl server is located.
3 -- Do not put the https:// or http://! If you are hosting the file
4 -- on a different file that root, put / and then the file path after
5 -- the slash.
6 apiKey = "", -- (required) The YouTube API key to search songs
7 primaryUser = "_Ian92", -- (required) The user that will be notified of errors
8 trustedUsers = { -- (at least one) Users that are trusted and can run commands
9 "_Ian92"
10 },
11}