Can I set listen URLs in appsettings.json in ASP.net Core 2.0 Preview?
问题 I'm creating an ASP.net Core 2.0 app to run on the .net Core 2.0 runtime, both currently in their Preview versions. However, I cannot figure out how to have Kestrel use something other than the default http://localhost:5000 listen URL. Most documentation that I could Google talks about a server.urls setting, which seems to have been changed even in 1.0-preview to just be urls , however neither works (turning on Debug logging has Kestrel telling me that no listen endpoints are configured). A