update prod配置文件
This commit is contained in:
@@ -22,8 +22,8 @@ management:
|
||||
spring:
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 10MB
|
||||
max-request-size: 10MB
|
||||
max-file-size: 500MB
|
||||
max-request-size: 500MB
|
||||
messages:
|
||||
basename: i18n/messages
|
||||
mail:
|
||||
@@ -150,8 +150,8 @@ spring:
|
||||
#driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
#redis 配置
|
||||
redis:
|
||||
database: 2
|
||||
host: 10.186.42.77
|
||||
database: 8
|
||||
host: 10.186.40.105
|
||||
lettuce:
|
||||
pool:
|
||||
max-active: 8 #最大连接数据库连接数,设 0 为没有限制
|
||||
@@ -159,8 +159,8 @@ spring:
|
||||
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
|
||||
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
|
||||
shutdown-timeout: 100ms
|
||||
password: 'grp#Grp@2023.'
|
||||
port: 31046
|
||||
password: 'nb!ydy%cGm82'
|
||||
port: 20260
|
||||
#rabbitmq 配置
|
||||
rabbitmq:
|
||||
host: 121.36.69.172
|
||||
|
||||
Reference in New Issue
Block a user