From 8e5175417fc30bbb7a2625913ef51726baf6f191 Mon Sep 17 00:00:00 2001 From: 张晓波 <bingbo1993@126.com> Date: 星期四, 12 十月 2023 16:00:12 +0800 Subject: [PATCH] 删除大屏 mq --- hd/pipe/StaffManage/src/main/resources/application-dev.yml | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/hd/pipe/StaffManage/src/main/resources/application-dev.yml b/hd/pipe/StaffManage/src/main/resources/application-dev.yml index 5ad14c2..c172a05 100644 --- a/hd/pipe/StaffManage/src/main/resources/application-dev.yml +++ b/hd/pipe/StaffManage/src/main/resources/application-dev.yml @@ -19,4 +19,15 @@ file-extension: yml group: sunacos global: - filePrefix: https://pipe.thhy-tj.com/ \ No newline at end of file + filePrefix: https://pipe.thhy-tj.com/ +emqx: + host: 111.30.93.215 + port: 1883 + username: thhy + password: thhy123 + qos: 1 + topic: FF:AA:F4:12:67:05 + willTopic: FF:AA:F4:12:67:05-W + willContent: FF:AA:F4:12:67:05-offline +netty: + port: 10001 \ No newline at end of file -- Gitblit v1.9.3