diff --git a/Src/Asp.NetCore2/DorisTest/Program.cs b/Src/Asp.NetCore2/DorisTest/Program.cs index e41e31ea0..ef5ab5a44 100644 --- a/Src/Asp.NetCore2/DorisTest/Program.cs +++ b/Src/Asp.NetCore2/DorisTest/Program.cs @@ -56,7 +56,7 @@ namespace OrmTest /// Database connection string /// 数据库连接字符串 /// - public readonly static string Connection = "server=39.170.74.9;port=9030;Database=test;Uid=root;Pwd=1q!1q!;Pooling=false;"; + public readonly static string Connection = "server=39.170.74.19;port=9030 ;Database=test; Uid=root;Pwd=lq!1q!;Pooling=false;"; /// /// Get a new SqlSugarClient instance with specific configurations