change kestrel to listen on *
This commit is contained in:
parent
a402095e59
commit
2337043e92
|
|
@ -18,7 +18,7 @@
|
|||
"Microsoft.Framework.Logging.Console": "1.0.0-beta8"
|
||||
},
|
||||
"commands": {
|
||||
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
|
||||
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5004"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
"Microsoft.Framework.Logging.Console": "1.0.0-beta8"
|
||||
},
|
||||
"commands": {
|
||||
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
|
||||
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5004"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final"
|
||||
},
|
||||
"commands": {
|
||||
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
|
||||
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5004"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final"
|
||||
},
|
||||
"commands": {
|
||||
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://localhost:5004"
|
||||
"web": "Microsoft.AspNet.Server.Kestrel --server.urls http://*:5004"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": { },
|
||||
|
|
|
|||
Loading…
Reference in New Issue