бу
This commit is contained in:
parent
13a5f9c68b
commit
46cd09306b
@ -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;";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user