mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-08 08:22:45 +08:00
21 lines
441 B
YAML
21 lines
441 B
YAML
spring:
|
|
application:
|
|
name: yudao-module-iot-plugin-emqx
|
|
|
|
yudao:
|
|
iot:
|
|
plugin:
|
|
common:
|
|
upstream-url: http://127.0.0.1:48080
|
|
downstream-port: 8100
|
|
plugin-key: yudao-module-iot-plugin-emqx
|
|
emqx:
|
|
mqtt-host: 127.0.0.1
|
|
mqtt-port: 1883
|
|
mqtt-ssl: false
|
|
mqtt-username: yudao
|
|
mqtt-password: 123456
|
|
mqtt-topics:
|
|
- "/sys/#"
|
|
auth-port: 8101
|