Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Revert back to TCK port
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Jul 13, 2016
1 parent 20caa7f commit 4e16598
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions test/Stormpath.AspNetCore.TckHarness/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public static void Main(string[] args)
var host = new WebHostBuilder()
.UseKestrel()
.UseContentRoot(Directory.GetCurrentDirectory())
.UseUrls("http://localhost:8080")
.UseIISIntegration()
.UseStartup<Startup>()
.Build();
Expand Down
8 changes: 4 additions & 4 deletions test/Stormpath.AspNetCore.TckHarness/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ public void ConfigureServices(IServiceCollection services)
{
Web = new WebConfiguration()
{
ServerUri = "http://localhost:5000",
ServerUri = "http://localhost:8080",
Login = new WebLoginRouteConfiguration()
{
View = "~/Views/Stormpath/MyLogin.cshtml"
}
//{
// View = "~/Views/Stormpath/MyLogin.cshtml"
//}
}
};
services.AddStormpath(stormpathConfiguration);
Expand Down

0 comments on commit 4e16598

Please sign in to comment.