aspnetcore/samples/SampleApp/hosting.json

5 lines
119 B
JSON

{
"server": "Microsoft.AspNetCore.Server.Kestrel",
"server.urls": "http://localhost:5000;https://localhost:5001"
}