update springboot/fastbee-admin/src/main/resources/application-dev.yml.

Signed-off-by: 随遇而安 <164770707@qq.com>
This commit is contained in:
随遇而安
2025-03-31 09:37:45 +00:00
committed by Gitee
parent 4065392ccc
commit 645fca0119

View File

@@ -59,16 +59,6 @@ spring:
max-idle: 8 # 连接池中的最大空闲连接
max-active: 8 # 连接池的最大数据库连接数
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
# mqtt 配置
mqtt:
username: fastbee # 账号
password: fastbee # 密码
host-url: tcp://localhost:1883 # mqtt连接tcp地址
client-id: ${random.int} # 客户端Id不能相同采用随机数 ${random.value}
default-topic: test # 默认主题
timeout: 30 # 超时时间
keepalive: 30 # 保持连接
clearSession: true # 清除会话(设置为false,断开连接,重连后使用原来的会话 保留订阅的主题,能接收离线期间的消息)
# sip 配置
sip: