update sql文件
This commit is contained in:
@@ -163,7 +163,7 @@ spring:
|
||||
#redis 配置
|
||||
redis:
|
||||
database: 11
|
||||
host: localhost
|
||||
host: 10.10.10.45
|
||||
lettuce:
|
||||
pool:
|
||||
max-active: 8 #最大连接数据库连接数,设 0 为没有限制
|
||||
@@ -171,7 +171,7 @@ spring:
|
||||
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
|
||||
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
||||
shutdown-timeout: 100ms
|
||||
password:
|
||||
password: hzwlsoft.com
|
||||
port: 6379
|
||||
#rabbitmq 配置
|
||||
rabbitmq:
|
||||
@@ -297,13 +297,13 @@ jero:
|
||||
# 文件限制后缀黑名单
|
||||
fileSuffixLimits : 0x00,%00,\\00,.jsp,.exe,.php,.asp,.aspx,.jspx,.xml,.html,.js,.sh,.bin,$DATA
|
||||
# 跨站白名单
|
||||
whiteUrls: localhost:62345,localhost:8184
|
||||
whiteUrls: localhost:3334,localhost:8184
|
||||
# xss白名单
|
||||
xssExcludedPages: /login,/updatePassword
|
||||
# cors白名单
|
||||
notFilter:
|
||||
# origin地址
|
||||
originIp: http://localhost:62345,http://localhost:8184
|
||||
originIp: http://localhost:3334,http://localhost:8184
|
||||
# 加密默认值
|
||||
password:
|
||||
pbe:
|
||||
|
||||
Reference in New Issue
Block a user