We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cd260 commit 1d06459Copy full SHA for 1d06459
src/Maikebing.Data.Taos/TaosConnectionStringBuilder.cs
@@ -45,7 +45,7 @@ private enum Keywords
45
private string _userName = string.Empty;
46
private string _charset = System.Text.Encoding.UTF8.EncodingName;
47
private string _password = string.Empty;
48
- private int _port =6060;
+ private int _port =6030;
49
static TaosConnectionStringBuilder()
50
{
51
var validKeywords = new string[6];
0 commit comments