Skip to content
Snippets Groups Projects
settings-creator-example.json 318 B
Newer Older
  • Learn to ignore specific revisions
  • {
        "spotifyAPI": {
            "clientID": "",
            "clientSecret": ""
        },
        "playlists": [
            {
                "user": "",
                "id": ""
            }
        ],
        "destinationPlaylist":
        {
            "user": "",
            "id": ""
        },
    
        "numberOfTracks": 10,
        "redirectUrl": "http://localhost:8080"