mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-20 10:50:48 +08:00
10.10.11
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<PluginVersion>10.10.7</PluginVersion>
|
||||
<ProPluginVersion>10.10.6</ProPluginVersion>
|
||||
<DefaultVersion>10.10.10</DefaultVersion>
|
||||
<PluginVersion>10.10.8</PluginVersion>
|
||||
<ProPluginVersion>10.10.7</ProPluginVersion>
|
||||
<DefaultVersion>10.10.11</DefaultVersion>
|
||||
<AuthenticationVersion>10.10.1</AuthenticationVersion>
|
||||
<SourceGeneratorVersion>10.10.1</SourceGeneratorVersion>
|
||||
<NET8Version>8.0.19</NET8Version>
|
||||
|
@@ -20,11 +20,10 @@ public class QuestDBProducerProperty : RealDBProducerProperty
|
||||
{
|
||||
public override DbType DbType { get; } = DbType.QuestDB;
|
||||
|
||||
[DynamicProperty]
|
||||
[Required]
|
||||
[AutoGenerateColumn(ComponentType = typeof(Textarea), Rows = 1)]
|
||||
public override string BigTextConnectStr { get; set; } = "host=localhost;port=8812;username=admin;password=quest;database=qdb;ServerCompatibilityMode=NoTypeLoading;";
|
||||
|
||||
public QuestDBProducerProperty()
|
||||
{
|
||||
BigTextConnectStr="host=localhost;port=8812;username=admin;password=quest;database=qdb;ServerCompatibilityMode=NoTypeLoading;";
|
||||
}
|
||||
[DynamicProperty]
|
||||
public bool RestApi { get; set; } = true;
|
||||
|
||||
|
@@ -20,10 +20,9 @@ public class TDengineDBProducerProperty : RealDBProducerProperty
|
||||
{
|
||||
public override DbType DbType { get; } = DbType.TDengine;
|
||||
|
||||
[DynamicProperty]
|
||||
[Required]
|
||||
[AutoGenerateColumn(ComponentType = typeof(Textarea), Rows = 1)]
|
||||
public override string BigTextConnectStr { get; set; } = "protocol=WebSocket;host=localhost;port=6041;useSSL=false;username=root;password=taosdata;db=power";
|
||||
|
||||
public TDengineDBProducerProperty()
|
||||
{
|
||||
BigTextConnectStr = "protocol=WebSocket;host=localhost;port=6041;useSSL=false;username=root;password=taosdata;db=power";
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user