uat环境配置信息更改
This commit is contained in:
parent
df427f3268
commit
cd95f5c395
|
@ -1,5 +1,5 @@
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8081
|
||||||
tomcat:
|
tomcat:
|
||||||
max-swallow-size: -1
|
max-swallow-size: -1
|
||||||
error:
|
error:
|
||||||
|
@ -7,7 +7,7 @@ server:
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
include-message: ALWAYS
|
include-message: ALWAYS
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /nursing-unit
|
context-path: /nursing-unit_001
|
||||||
compression:
|
compression:
|
||||||
enabled: true
|
enabled: true
|
||||||
min-response-size: 1024
|
min-response-size: 1024
|
||||||
|
@ -45,8 +45,8 @@ spring:
|
||||||
clean-disabled: true
|
clean-disabled: true
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 10MB
|
max-file-size: 50MB
|
||||||
max-request-size: 10MB
|
max-request-size: 50MB
|
||||||
mail:
|
mail:
|
||||||
# 定时任务发送邮件
|
# 定时任务发送邮件
|
||||||
timeJobSend: false
|
timeJobSend: false
|
||||||
|
@ -80,9 +80,10 @@ spring:
|
||||||
class: org.springframework.scheduling.quartz.LocalDataSourceJobStore
|
class: org.springframework.scheduling.quartz.LocalDataSourceJobStore
|
||||||
driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
||||||
tablePrefix: QRTZ_
|
tablePrefix: QRTZ_
|
||||||
isClustered: true
|
isClustered: false
|
||||||
misfireThreshold: 12000
|
misfireThreshold: 12000
|
||||||
clusterCheckinInterval: 15000
|
clusterCheckinInterval: 0 #心跳检查 之前是15000
|
||||||
|
acquireTriggersWithinLock: false # 减少锁竞争
|
||||||
threadPool:
|
threadPool:
|
||||||
class: org.quartz.simpl.SimpleThreadPool
|
class: org.quartz.simpl.SimpleThreadPool
|
||||||
threadCount: 10
|
threadCount: 10
|
||||||
|
@ -337,3 +338,15 @@ justauth:
|
||||||
type: default
|
type: default
|
||||||
prefix: 'demo::'
|
prefix: 'demo::'
|
||||||
timeout: 1h
|
timeout: 1h
|
||||||
|
#tplink登录信息
|
||||||
|
tplink:
|
||||||
|
tums:
|
||||||
|
url: https://121.36.88.64:8888
|
||||||
|
username: admin
|
||||||
|
password: Bl20230518
|
||||||
|
ftp:
|
||||||
|
ip: 1.92.152.160
|
||||||
|
port: 21
|
||||||
|
username: administrator
|
||||||
|
password: Root@123..
|
||||||
|
uploadpath: /
|
||||||
|
|
Loading…
Reference in New Issue