HTTP strežnik in omrežna konfiguracija.
"Kestrel": { "Endpoints": { "Http": { "Url": "http://*:8080" } } }
"Kestrel": { "Endpoints": { "Https": { "Url": "https://*:443", "Certificate": { "Path": "cert.pfx", "Password": "skrivnost" } } } }
"Url": "http://localhost:5000"
"Url": "http://*:5000"
set ASPNETCORE_URLS=http://*:8080