Skip to content

Commit

Permalink
Removed hardcoded IP for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelleborg committed Jun 6, 2024
1 parent 0f1fd28 commit 5523bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Integration/Shared/Runtime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static RunningRuntime CreateAndStart(int numberOfTenants)
coll.AddOptions<EndpointsConfiguration>().Configure(builder =>
{
builder.Management = new EndpointConfiguration { Port = 0 };
// builder.Private = new EndpointConfiguration { Port = 0 };
builder.Private = new EndpointConfiguration { Port = 0 };
builder.Public = new EndpointConfiguration { Port = 0 };
});
})
Expand Down

0 comments on commit 5523bdf

Please sign in to comment.