{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Kestrel": { "EndpointDefaults": { "Protocols": "Http2" } }, "AuthParams": { "ClientId": "83e1d09876b049c4bb1953185a4b3bfb", "RedirectURI": "https://localhost:44342/callback", "Scope": "user-read-currently-playing user-read-email user-library-modify user-top-read user-read-private", "ClientSecret": "ea752433d0774fad87fab5c1ee788c8d" }, "SpotifyDb": { "ConnectionString": "mongodb://127.0.0.1:27017", "DatabaseName": "spotifyDb", "UserCollection": "Users", "TracksCollection": "Tracks" }, "SpotifyConfig": { "SpotifyURL": "https://api.spotify.com/v1/", "MediaType": "application/json" } }