feat:mqttBroker part

This commit is contained in:
Kimdiego2098
2023-09-05 08:58:49 +08:00
parent a6d99fe227
commit 9d93ce4c41
4 changed files with 9 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ namespace ThingsGateway.Application;
public class ManageGatewayConfig
{
/// <summary>
/// 是否管理网关
/// 启用
/// </summary>
public bool Enable { get; set; }
/// <summary>

View File

@@ -1404,7 +1404,7 @@
</member>
<member name="P:ThingsGateway.Application.ManageGatewayConfig.Enable">
<summary>
是否管理网关
启用
</summary>
</member>
<member name="P:ThingsGateway.Application.ManageGatewayConfig.MqttBrokerIP">

View File

@@ -0,0 +1,4 @@
{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/net6/schemas/v3/furion-schema.json",
}

View File

@@ -7,6 +7,9 @@
<ItemGroup>
<Content Include="Configuration\ManageGatewayConfig.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Configuration\App.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>