application.yml 271 B

123456789101112
  1. spring:
  2. application:
  3. name: yudao-module-iot-http-plugin
  4. # MQTT-RPC 配置
  5. mqtt:
  6. broker: tcp://chaojiniu.top:1883
  7. username: haohao
  8. password: ahh@123456
  9. clientId: mqtt-rpc-client-${random.int}
  10. requestTopic: rpc/request
  11. responseTopicPrefix: rpc/response/