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