mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update docker demo
This commit is contained in:
@@ -16,16 +16,16 @@ namespace OrmTest
|
||||
/// Account have permission to create database
|
||||
/// 用有建库权限的数据库账号
|
||||
/// </summary>
|
||||
public static string ConnectionString = "PORT=55000;DATABASE=SqlSugar4xTe111st;HOST=localhost;PASSWORD=postgrespw;USER ID=postgres";
|
||||
public static string ConnectionString = "PORT=5432;DATABASE=SqlSugar4xTe111st;HOST=localhost;PASSWORD=postgres;USER ID=postgres";
|
||||
/// <summary>
|
||||
/// Account have permission to create database
|
||||
/// 用有建库权限的数据库账号
|
||||
/// </summary>
|
||||
public static string ConnectionString2 = "PORT=55000;DATABASE=SqlSugar4xTest2;HOST=localhost;PASSWORD=postgrespw;USER ID=postgres";
|
||||
public static string ConnectionString2 = "PORT=5432;DATABASE=SqlSugar4xTest2;HOST=localhost;PASSWORD=postgres;USER ID=postgres";
|
||||
/// <summary>
|
||||
/// Account have permission to create database
|
||||
/// 用有建库权限的数据库账号
|
||||
/// </summary>
|
||||
public static string ConnectionString3 = "PORT=55000;DATABASE=SqlSugar4xTest3;HOST=localhost;PASSWORD=postgrespw;USER ID=postgres";
|
||||
public static string ConnectionString3 = "PORT=5432;DATABASE=SqlSugar4xTest3;HOST=localhost;PASSWORD=postgres4;USER ID=postgres";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user