From 833cea5f9c4030ec5d43d73fe39dab294a321b1f Mon Sep 17 00:00:00 2001 From: 叶松 <2217086471@qq.com> Date: 星期四, 12 十月 2023 16:58:21 +0800 Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe --- hd/pipe/StaffManage/src/main/resources/application-dev.yml | 15 ++++++++++++++- 1 files changed, 14 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 48755ae..c172a05 100644 --- a/hd/pipe/StaffManage/src/main/resources/application-dev.yml +++ b/hd/pipe/StaffManage/src/main/resources/application-dev.yml @@ -1,3 +1,5 @@ +server: + port: 8882 spring: config: activate: @@ -17,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