Skip to content

Commit

Permalink
copy and paste dust bunny
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtallcampbell committed Aug 2, 2024
1 parent dafda99 commit eb215e3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ public static void Main(string[] args) {
// 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
3 changes: 0 additions & 3 deletions test/debugClient/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ public static void Main(string[] args) {
// 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
3 changes: 0 additions & 3 deletions test/integrationTests/TestSharedContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ public TestSharedContext() {
// 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 eb215e3

Please sign in to comment.