UNIVPLMDataIntegration/Admin.NET/Admin.NET.Application/Configuration/Mqtt.json
2025-02-20 02:30:35 +08:00

10 lines
205 B
JSON

{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
// MQTT 配置
"Mqtt": {
"Enabled": false, // 是否开启
"Port": "5001",
"IPAddress": ""
}
}