Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Sep 24, 2024
1 parent 7c79be9 commit 81576ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public AppTestServer Build(Action<IServiceCollection>? configureTestServices = n

AppEnvironment.Set(builder.Environment.EnvironmentName);

builder.Configuration.AddSharedConfigurations();
builder.Configuration.AddClientConfigurations();

builder.WebHost.UseUrls("http://127.0.0.1:0" /* 0 means random port */);

Expand Down

0 comments on commit 81576ca

Please sign in to comment.