PIbd-24 Antonova A.A. LabWork_2 #2

Closed
Anitonchik wants to merge 12 commits from LabWork_2 into LabWork_1
Showing only changes of commit 46cd09306b - Show all commits

View File

@ -8,8 +8,5 @@ namespace ProjectCompanyFurniture.Repositories.Implementations;
public class ConnectionString : IConnectionString
{
string IConnectionString.ConnectionString =>
"Server=localhost, 5432;Database=furnitureotp;Uid=postgres;Pwd=postgres;"
/*"Server=localhost;Port=5432Database=furnitureotp;"*/
/* "Host=localhost;Port=5432;Database=furnitureotp;Username=postgres;Password=postgres;"*/;
string IConnectionString.ConnectionString => "Server=localhost, 5432;Database=furnitureotp;Uid=postgres;Pwd=postgres;";
}