listen on all interfaces, fixes mobile access on api

main
Paul Schneider 7 years ago
parent 2df37f692d
commit 9d48016042
1 changed files with 5 additions and 5 deletions

@ -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": {

Loading…