Skip to content

Commit 1d06459

Browse files
committed
建议连接服务端的默认端口和官方保持一致使用6030 #106
1 parent 91cd260 commit 1d06459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Maikebing.Data.Taos/TaosConnectionStringBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private enum Keywords
4545
private string _userName = string.Empty;
4646
private string _charset = System.Text.Encoding.UTF8.EncodingName;
4747
private string _password = string.Empty;
48-
private int _port =6060;
48+
private int _port =6030;
4949
static TaosConnectionStringBuilder()
5050
{
5151
var validKeywords = new string[6];

0 commit comments

Comments
 (0)