parent
e991992ab3
commit
4afed75a65
@ -25,7 +25,7 @@ public class WebAppFactoryFixture : WebApplicationFactory<Program>
|
|||||||
|
|
||||||
var dbConnection = config.Build().GetSection("DbConnection").Get<DbConnection>()!;
|
var dbConnection = config.Build().GetSection("DbConnection").Get<DbConnection>()!;
|
||||||
//connectionString = dbConnection.GetConnectionString();
|
//connectionString = dbConnection.GetConnectionString();
|
||||||
connectionString = "postgres://postgres:postgres@localhost:5442/persistence";
|
connectionString = "Host=127.0.0.1;Port=5442;Username=postgres;Password=postgres;Database=persistence";
|
||||||
});
|
});
|
||||||
|
|
||||||
builder.ConfigureServices(services =>
|
builder.ConfigureServices(services =>
|
||||||
|
Loading…
Reference in New Issue
Block a user