From a3201c959cc9445e098704691dfeaad83f0f91be Mon Sep 17 00:00:00 2001
From: skx <610262374@qq.com>
Date: Tue, 29 Dec 2020 23:59:50 +0800
Subject: [PATCH] -
---
Src/Asp.NetCore2/SqlSeverTest/PgSqlTest/Config.cs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Src/Asp.NetCore2/SqlSeverTest/PgSqlTest/Config.cs b/Src/Asp.NetCore2/SqlSeverTest/PgSqlTest/Config.cs
index 111bb600e..c8c29c8d8 100644
--- a/Src/Asp.NetCore2/SqlSeverTest/PgSqlTest/Config.cs
+++ b/Src/Asp.NetCore2/SqlSeverTest/PgSqlTest/Config.cs
@@ -16,16 +16,16 @@ namespace OrmTest
/// Account have permission to create database
/// 用有建库权限的数据库账号
///
- public static string ConnectionString = "PORT=5432;DATABASE=SqlSugar4xTest;HOST=localhost;PASSWORD=jhl52771;USER ID=postgres";
+ public static string ConnectionString = "PORT=5432;DATABASE=SqlSugar4xTest;HOST=localhost;PASSWORD=haosql;USER ID=postgres";
///
/// Account have permission to create database
/// 用有建库权限的数据库账号
///
- public static string ConnectionString2 = "PORT=5432;DATABASE=SqlSugar4xTest2;HOST=localhost;PASSWORD=jhl52771;USER ID=postgres";
+ public static string ConnectionString2 = "PORT=5432;DATABASE=SqlSugar4xTest2;HOST=localhost;PASSWORD=haosql;USER ID=postgres";
///
/// Account have permission to create database
/// 用有建库权限的数据库账号
///
- public static string ConnectionString3 = "PORT=5432;DATABASE=SqlSugar4xTest3;HOST=localhost;PASSWORD=jhl52771;USER ID=postgres";
+ public static string ConnectionString3 = "PORT=5432;DATABASE=SqlSugar4xTest3;HOST=localhost;PASSWORD=haosql;USER ID=postgres";
}
}