{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Kestrel": { "EndpointDefaults": { "Protocols": "Http1AndHttp2" } }, "SpotifyDb": { "ConnectionString": "mongodb://127.0.0.1:27017", "DatabaseName": "spotifyDb", "UserCollection": "Users", "TracksCollection": "Tracks" } //"SpotifyConfig": { // "SpotifyURL": "https://api.spotify.com/v1/", // "MediaType": "application/json" //} }