端口还原
This commit is contained in:
parent
c71e58f254
commit
b0a009c0f5
@ -47,7 +47,7 @@ public class Program
|
||||
//options.Limits.MaxConcurrentConnections = 1000;//限制并发连接数,默认无限制
|
||||
|
||||
});
|
||||
builder.WebHost.UseUrls($"http://+:20500");
|
||||
builder.WebHost.UseUrls($"http://+:10500");
|
||||
var app = builder.Build();
|
||||
await app.InitializeApplicationAsync();
|
||||
await app.RunAsync();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user