You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
479 B
30 lines
479 B
pring:
|
|
datasource:
|
|
tomcat:
|
|
min-evictable-idle-time-millis: 200000
|
|
max-active: 50
|
|
max-idle: 2
|
|
min-idle: 1
|
|
max-age: 200000
|
|
hikari:
|
|
minimum-idle: 2
|
|
maximum-pool-size: 50
|
|
connection-timeout: 15000
|
|
idle-timeout: 10000
|
|
max-lifetime: 40000
|
|
|
|
logging:
|
|
level:
|
|
com:
|
|
csi:
|
|
phr:
|
|
feign:
|
|
billing:
|
|
BillingInvoiceApi: DEBUG
|
|
|
|
debug: true
|
|
logging:
|
|
level:
|
|
com: DEBUG
|
|
|