From 8a2e6dc4f00aea8475c5c46d30d96293c554f2aa Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Tue, 27 Dec 2022 22:12:11 +0800 Subject: [PATCH] Update demo --- Src/Asp.Net/PgSqlTest/Config.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Src/Asp.Net/PgSqlTest/Config.cs b/Src/Asp.Net/PgSqlTest/Config.cs index c8c29c8d8..64f0f4fd9 100644 --- a/Src/Asp.Net/PgSqlTest/Config.cs +++ b/Src/Asp.Net/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=haosql;USER ID=postgres"; + public static string ConnectionString = "PORT=55000;DATABASE=SqlSugar4xTe111st;HOST=localhost;PASSWORD=postgrespw;USER ID=postgres"; /// /// Account have permission to create database /// 用有建库权限的数据库账号 /// - public static string ConnectionString2 = "PORT=5432;DATABASE=SqlSugar4xTest2;HOST=localhost;PASSWORD=haosql;USER ID=postgres"; + public static string ConnectionString2 = "PORT=55000;DATABASE=SqlSugar4xTest2;HOST=localhost;PASSWORD=postgrespw;USER ID=postgres"; /// /// Account have permission to create database /// 用有建库权限的数据库账号 /// - public static string ConnectionString3 = "PORT=5432;DATABASE=SqlSugar4xTest3;HOST=localhost;PASSWORD=haosql;USER ID=postgres"; + public static string ConnectionString3 = "PORT=55000;DATABASE=SqlSugar4xTest3;HOST=localhost;PASSWORD=postgrespw;USER ID=postgres"; } }