Skip to content

Commit

Permalink
React to hosting ini change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Sep 8, 2015
1 parent 5638ac8 commit c9c1b14
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/Benchmarks/Controllers/HomeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.ActionResults;

namespace Benchmarks.Controllers
{
Expand Down
2 changes: 0 additions & 2 deletions src/Benchmarks/hosting.Kestrel.ini

This file was deleted.

2 changes: 0 additions & 2 deletions src/Benchmarks/hosting.WebListener.ini

This file was deleted.

4 changes: 2 additions & 2 deletions src/Benchmarks/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},

"commands": {
"web": "Microsoft.AspNet.Hosting --config hosting.WebListener.ini",
"kestrel": "Microsoft.AspNet.Server.Kestrel --config hosting.Kestrel.ini"
"web": "Microsoft.AspNet.Server.WebListener --server.urls=http://*:5000",
"kestrel": "Microsoft.AspNet.Server.Kestrel --server.urls=http://*:5001"
},

"frameworks": {
Expand Down

0 comments on commit c9c1b14

Please sign in to comment.