feature/#524-pipline #15

Merged
on.nemtina merged 85 commits from feature/#524-pipline into master 2024-12-23 16:39:46 +05:00
Showing only changes of commit 4afed75a65 - Show all commits

View File

@ -25,7 +25,7 @@ public class WebAppFactoryFixture : WebApplicationFactory<Program>
var dbConnection = config.Build().GetSection("DbConnection").Get<DbConnection>()!;
//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 =>