feat(配置文件): zip下载
This commit is contained in:
@@ -177,8 +177,8 @@ spring:
|
||||
# shutdown-timeout: 100ms
|
||||
redis:
|
||||
database: 11
|
||||
host: 121.36.69.172
|
||||
#host: localhost
|
||||
# host: 121.36.69.172
|
||||
host: localhost
|
||||
lettuce:
|
||||
pool:
|
||||
max-active: 8 #最大连接数据库连接数,设 0 为没有限制
|
||||
@@ -186,9 +186,9 @@ spring:
|
||||
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
|
||||
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
||||
shutdown-timeout: 100ms
|
||||
password: hzwlsoft.com
|
||||
port: 4780
|
||||
# port: 6379
|
||||
# password: hzwlsoft.com
|
||||
# port: 4780
|
||||
port: 6379
|
||||
|
||||
#rabbitmq 配置
|
||||
rabbitmq:
|
||||
@@ -418,7 +418,7 @@ asms:
|
||||
# 测试账号用户名
|
||||
username: ceshi
|
||||
# 测试账号密码
|
||||
password: Catarc@333
|
||||
password: Catarc@321
|
||||
# token过期时间(单位:小时)
|
||||
expire: 48
|
||||
|
||||
@@ -449,7 +449,7 @@ download:
|
||||
# 文件下载、预览拦截路径,多个以逗号分隔
|
||||
download_url: /sys/common/download/
|
||||
view_url: /sys/common/view/
|
||||
white_url: /onlyOffice,/enterprise/templateDownload,/exportDataWithFile
|
||||
white_url: /onlyOffice,/enterprise/templateDownload,/exportDataWithFile,/exportSplitInfoZip,/lawsCustomCompareInfo/exportExcel
|
||||
# 管理员角色
|
||||
admin_role_code: admin,BZGLY
|
||||
# 加密参数
|
||||
|
||||
Reference in New Issue
Block a user