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