|
|
@ -10,7 +10,7 @@ namespace eShopConContainers.WebSPA |
|
|
|
{ |
|
|
|
var config = new ConfigurationBuilder() |
|
|
|
.SetBasePath(Directory.GetCurrentDirectory()) |
|
|
|
.AddJsonFile("hosting.json", optional: true) |
|
|
|
//.AddJsonFile("hosting.json", optional: true)
|
|
|
|
.Build(); |
|
|
|
|
|
|
|
var host = new WebHostBuilder() |
|
|
|