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