appsettings.json

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