appsettings.json

30 lines | 692 B Blame History Raw Download
{
  "ConnectionStrings": {
    "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=WebFileServ;Trusted_Connection=True;MultipleActiveResultSets=true"
  },
  "DataInitializerConfig": {
    "ReCreateDataBase": "false",
    "AutoApplyMigration": "false",
    "FillData": "false"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "IdentityServer": {
    "Clients": {
      "WebFileServ.WebApp": {
        "Profile": "IdentityServerSPA"
      }
    },
    //Для тестов. Заменить на нормальный ключ
    "Key": {
      "Type": "Development"
    }
  },
  "AllowedHosts": "*"
}