listen on all interfaces, fixes mobile access on api

This commit is contained in:
Paul Schneider 2019-03-07 16:54:35 +00:00
commit 6953dde923

View file

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