Select Git revision
settings-creator-example.json
-
Robert Goldmann authoredRobert Goldmann authored
settings-creator-example.json 375 B
{
"spotifyAPI": {
"clientID": "",
"clientSecret": ""
},
"playlists": [
{
"user": "",
"id": ""
}
],
"destinationPlaylist":
{
"user": "",
"id": ""
},
"numberOfTracks": 10,
"redirectUrl": "http://localhost:8080",
"openBrowser": false,
"cacheFilePath": ".cache"
}