Skip to content

Commit

Permalink
adding build method
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtallcampbell committed Aug 2, 2024
1 parent 42599e6 commit 1032bff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ public Client() {
// Load any local appsettings incase they're overriding the cluster values
builder.Configuration.AddJsonFile(Path.Combine(Directory.GetCurrentDirectory(), "appsettings.{env:DOTNET_ENVIRONMENT}.json"), optional: true, reloadOnChange: false);


// Build the configuration
build.Configuration.Build();


builder.WebHost.ConfigureKestrel(options => options.ListenAnyIP(50051, o => o.Protocols = HttpProtocols.Http2))
Expand Down

0 comments on commit 1032bff

Please sign in to comment.