Skip to content

wmalarski/HotMusicReviews

Repository files navigation

Hot music reviews

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": "*"
}