application.yml 295 B

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