spotifytobandcamp/config.go.example
2021-09-12 01:52:06 +02:00

6 lines
180 B
Plaintext

package main
var ClientID = ""
var RedirectURI = ""
var SpotifyURL = "https://accounts.spotify.com/authorize?client_id="+ClientID+"&response_type=token&redirect_uri="+RedirectURI