Skip to content

Commit

Permalink
copy paste dust bunny
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtallcampbell committed Aug 2, 2024
1 parent 1032bff commit 1d56d0e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ 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))
.ConfigureServices((services) => {
services.AddAzureOrbitalFramework();
Expand Down

0 comments on commit 1d56d0e

Please sign in to comment.