diff --git a/Src/Asp.Net/PgSqlTest/Config.cs b/Src/Asp.Net/PgSqlTest/Config.cs index 2002fdb5a..43e51de52 100644 --- a/Src/Asp.Net/PgSqlTest/Config.cs +++ b/Src/Asp.Net/PgSqlTest/Config.cs @@ -26,6 +26,6 @@ namespace OrmTest /// Account have permission to create database /// 用有建库权限的数据库账号 /// - public static string ConnectionString3 = "PORT=5432;DATABASE=SqlSugar4xTest3;HOST=localhost;PASSWORD=postgres4;USER ID=postgres"; + public static string ConnectionString3 = "PORT=5432;DATABASE=SqlSugar4xTest3;HOST=localhost;PASSWORD=postgres;USER ID=postgres"; } }