appsettings.json
{
"ReviewsDatabaseSettings": {
"ReviewsCollectionName": "Reviews",
"PerformersCollectionName": "Performers",
"AlbumsCollectionName": "Albums",
"ConnectionString": "",
"DatabaseName": "ReviewsDb"
},
"AuthSettings": {
"Authority": "",
"Audience": ""
},
"LastFmSettings": {
"ApiKey": "",
"ApiUrl": ""
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}