From f71cbff3d74000bd47d6c0294a9030909f28c1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9A=8F=E9=81=87=E8=80=8C=E5=AE=89?= <164770707@qq.com> Date: Mon, 31 Mar 2025 09:38:58 +0000 Subject: [PATCH] update springboot/fastbee-admin/src/main/resources/application-prod.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 随遇而安 <164770707@qq.com> --- .../src/main/resources/application-prod.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/springboot/fastbee-admin/src/main/resources/application-prod.yml b/springboot/fastbee-admin/src/main/resources/application-prod.yml index 02cd6cb1..19b302e4 100644 --- a/springboot/fastbee-admin/src/main/resources/application-prod.yml +++ b/springboot/fastbee-admin/src/main/resources/application-prod.yml @@ -60,16 +60,6 @@ spring: max-idle: 8 # 连接池中的最大空闲连接 max-active: 8 # 连接池的最大数据库连接数 max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) - # mqtt 配置 - mqtt: - username: fastbee # 账号(仅用于后端自认证) - password: fastbee # 密码(仅用于后端自认证) - host-url: tcp://177.7.0.12:1883 # 连接消息服务器地址 - client-id: ${random.int} # 客户端Id,不能相同,采用随机数 ${random.value} - default-topic: test # 默认主题 - timeout: 30 # 超时时间 - keepalive: 30 # 保持连接 - clearSession: true # 清除会话(设置为false,断开连接,重连后使用原来的会话 保留订阅的主题,能接收离线期间的消息) # sip 配置 sip: