Skip to content

Commit

Permalink
Merge pull request #20 from calebjenkins/dev/feature-15-final-2.0-eval
Browse files Browse the repository at this point in the history
adding AllowedHosts to SampleWeb App comments
  • Loading branch information
calebjenkins committed May 3, 2022
2 parents 99e1975 + 9f884d3 commit b323166
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Samples/FakeAuth.SampleWeb/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ public void ConfigureServices(IServiceCollection services)
// options.Claims.Add(new Claim("Approval_Limit", "25.00"));
// options.Claims.Add(new Claim("Approval_Currency", "USD"));
// options.Claims.Add(new Claim("Preffered_Location", "Disney Island"));

// options.AllowedHosts.Add("localhost");
// options.AllowedHosts.Add("container-host");
//});

services.AddControllersWithViews(options =>
Expand Down

0 comments on commit b323166

Please sign in to comment.