appsettings.Development.json

18 lines | 458 B Blame History Raw Download
{
  "ConnectionStrings": {
    "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=WebFileServ;Trusted_Connection=True;MultipleActiveResultSets=true"
  },
  "DataInitializerConfig": {
    "ReCreateDataBase": "true",
    "AutoApplyMigration": "true",
    "FillData": "true"
  }
  //"Logging": {
  //  "LogLevel": {
  //    "Default": "Information",
  //    "Microsoft": "Warning",
  //    "Microsoft.Hosting.Lifetime": "Information"
  //  }
  //}
}