mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-24 16:22:45 +08:00
13 lines
271 B
YAML
13 lines
271 B
YAML
spring:
|
|
application:
|
|
name: yudao-module-iot-http-plugin
|
|
|
|
# MQTT-RPC 配置
|
|
mqtt:
|
|
broker: tcp://chaojiniu.top:1883
|
|
username: haohao
|
|
password: ahh@123456
|
|
clientId: mqtt-rpc-client-${random.int}
|
|
requestTopic: rpc/request
|
|
responseTopicPrefix: rpc/response/
|