listen on all interfaces, fixes mobile access on api

This commit is contained in:
2019-03-07 16:54:35 +00:00
parent 2df37f692d
commit 9d48016042

View File

@ -146,11 +146,11 @@
"commands": {
"ef": "EntityFramework.Commands",
"gen": "Microsoft.Extensions.CodeGeneration",
"yavscpre": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:84",
"lua": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:85",
"yavsc": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:86",
"coiffure": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:88",
"freefield": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:89",
"yavscpre": "Microsoft.AspNet.Server.Kestrel --server.urls https://*:84",
"lua": "Microsoft.AspNet.Server.Kestrel --server.urls https://*:85",
"yavsc": "Microsoft.AspNet.Server.Kestrel --server.urls https://*:86",
"coiffure": "Microsoft.AspNet.Server.Kestrel --server.urls https://*:88",
"freefield": "Microsoft.AspNet.Server.Kestrel --server.urls https://*:89",
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.Kestrel --server.urls https://*:5000"
},
"frameworks": {