From 6e35e92208bd237cbd8d5c9479d0005940126e66 Mon Sep 17 00:00:00 2001 From: nimaye Date: Thu, 20 Oct 2022 08:36:19 +0200 Subject: [PATCH] correction sur les identifiaqnts de connexions --- Code/LinqToPgSQL/PersLinqToPgSQL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/LinqToPgSQL/PersLinqToPgSQL.cs b/Code/LinqToPgSQL/PersLinqToPgSQL.cs index c95c376..bd43f68 100644 --- a/Code/LinqToPgSQL/PersLinqToPgSQL.cs +++ b/Code/LinqToPgSQL/PersLinqToPgSQL.cs @@ -17,7 +17,7 @@ namespace LinqToPgSQL private static string Host = "90.114.135.116"; private static string User = "postgres"; private static string DBname = "conseco"; - private static string Password = "lul"; + private static string Password = "lulu"; private static string Port = "5432"; string connString =