This commit is contained in:
@@ -23,14 +23,7 @@ namespace GZTW.Pecklist
|
|||||||
.CaptureStartupErrors(true)
|
.CaptureStartupErrors(true)
|
||||||
.UseSetting("detailedErrors", "true")
|
.UseSetting("detailedErrors", "true")
|
||||||
.UseKestrel()
|
.UseKestrel()
|
||||||
.UseContentRoot(System.IO.Directory.GetCurrentDirectory())
|
.UseContentRoot(System.IO.Directory.GetCurrentDirectory())
|
||||||
//.UseIISIntegration()
|
|
||||||
// .ConfigureLogging((hostingContext, logging) =>
|
|
||||||
// {
|
|
||||||
// logging.AddConfiguration(hostingContext.Configuration.GetSection("Logging"));
|
|
||||||
// logging.AddConsole();
|
|
||||||
// logging.AddDebug();
|
|
||||||
// })
|
|
||||||
.UseStartup<Startup>()
|
.UseStartup<Startup>()
|
||||||
.Build();
|
.Build();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user