Skip to content
Snippets Groups Projects
Select Git revision
  • 5e4453a4310c89c19275d8677e3c4ad11c36de2b
  • master default
  • v1.12.2
  • v1.12.1
  • v1.12.0
  • v1.11.0
  • v1.10.0
  • v1.1.0
  • v1.0.0
9 results

settings-creator-example.json

Blame
  • 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"
    }