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:
@@ -8,8 +8,8 @@ ruoyi:
|
|||||||
copyrightYear: 2021
|
copyrightYear: 2021
|
||||||
# 实例演示开关
|
# 实例演示开关
|
||||||
demoEnabled: true
|
demoEnabled: true
|
||||||
# 文件路径 示例( Windows配置D:/wumei/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
# 文件路径 示例( Windows配置D:/wumei-smart/uploadPath,Linux配置 /var/wumei-smart/java/uploadPath)
|
||||||
profile: D:\project\github\wumei-smart\springboot\uploadpath
|
profile: /var/wumei-smart/java/uploadPath
|
||||||
# 获取ip地址开关
|
# 获取ip地址开关
|
||||||
addressEnabled: true
|
addressEnabled: true
|
||||||
# 验证码类型 math 数组计算 char 字符验证
|
# 验证码类型 math 数组计算 char 字符验证
|
||||||
@@ -63,7 +63,7 @@ spring:
|
|||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 6379
|
port: 6379
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 1
|
database: 0
|
||||||
# 密码
|
# 密码
|
||||||
password: admin
|
password: admin
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
@@ -85,7 +85,7 @@ spring:
|
|||||||
host-url: tcp://localhost:1883 # mqtt连接tcp地址
|
host-url: tcp://localhost:1883 # mqtt连接tcp地址
|
||||||
client-id: ${random.value} # 客户端Id,不能相同,采用随机数 ${random.value}
|
client-id: ${random.value} # 客户端Id,不能相同,采用随机数 ${random.value}
|
||||||
default-topic: test # 默认主题
|
default-topic: test # 默认主题
|
||||||
timeout: 60000 # 超时时间
|
timeout: 30000 # 超时时间
|
||||||
keepalive: 30 # 保持连接
|
keepalive: 30 # 保持连接
|
||||||
|
|
||||||
# token配置
|
# token配置
|
||||||
|
|||||||
Reference in New Issue
Block a user