UNIVPLMDataIntegration/Admin.NET/Admin.NET.Application/Configuration/Mqtt.json

14 lines
409 B
JSON

{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
// MQTT 配置
"Mqtt": {
"MqttServerId": "MqttServer", // 服务器主动发布时用的ClientId
"Enabled": true, // 是否开启
"Logging": true, // 记录文件日志
"ConsoleOutput": true, // 输出控制台日志
"ConnectionBacklog": 1000,
"Port": "1883",
"IPAddress": ""
}
}