mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
update springboot/wumei-admin/src/main/resources/application.yml.
This commit is contained in:
@@ -82,7 +82,7 @@ spring:
|
||||
mqtt:
|
||||
username: wumei-smart # 账号
|
||||
password: wumei-smart # 密码
|
||||
host-url: tcp://120.25.241.144:1883 # mqtt连接tcp地址
|
||||
host-url: tcp://localhost:1883 # mqtt连接tcp地址
|
||||
client-id: ${random.value} # 客户端Id,不能相同,采用随机数 ${random.value}
|
||||
default-topic: test # 默认主题
|
||||
timeout: 60000 # 超时时间
|
||||
@@ -94,7 +94,6 @@ spring:
|
||||
max-size: 30 #最大连接数
|
||||
queue-capacity: 3000 #最大容量
|
||||
|
||||
|
||||
# token配置
|
||||
token:
|
||||
# 令牌自定义标识
|
||||
|
||||
Reference in New Issue
Block a user