This commit is contained in:
@@ -239,7 +239,7 @@ namespace AyaNova
|
||||
{
|
||||
webBuilder
|
||||
.UseSetting("detailedErrors", "true")
|
||||
.UseUrls(ServerBootConfig.AYANOVA_USE_URLS)//default port and urls, set first can be overridden by any later setting here
|
||||
.UseUrls(ServerBootConfig.AYANOVA_USE_URLS)//default port and urls, set first can be overridden by any later setting here
|
||||
.UseConfiguration(configuration)//support command line override of port (dotnet run urls=http://*:8081)
|
||||
.UseIISIntegration()//support IIS integration just in case, it appears here to override prior settings if necessary (port)
|
||||
.UseStartup<Startup>()
|
||||
|
||||
Reference in New Issue
Block a user