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.
45 lines
987 B
45 lines
987 B
---
|
|
AppSettings:
|
|
CacheDbResults: true
|
|
SiteTitle: "Application.yml"
|
|
AppName: "test App"
|
|
kafka:
|
|
brokers: "172.15.100.80:9092,172.15.100.81:9092,172.15.100.82:9092"
|
|
topic: csi_demo_final
|
|
batchSizeLimit: 50
|
|
period: 1
|
|
reportingFrm: "http://172.15.100.60:9020"
|
|
eureka:
|
|
server:
|
|
enableSelfPreservation: false
|
|
instance:
|
|
leaseRenewalIntervalInSeconds: 1
|
|
leaseExpirationDurationInSeconds: 2
|
|
spring:
|
|
datasource:
|
|
tomcat:
|
|
min-evictable-idle-time-millis: 200000
|
|
max-active: 30
|
|
max-idle: 2
|
|
min-idle: 1
|
|
max-age: 200000
|
|
hikari:
|
|
minimum-idle: 2
|
|
maximum-pool-size: 40
|
|
connection-timeout: 30000
|
|
idle-timeout: 10000
|
|
max-lifetime: 40000
|
|
data-source-properties:
|
|
oracle:
|
|
net:
|
|
CONNECT_TIMEOUT: 30000
|
|
READ_TIMEOUT: 30000
|
|
jdbc:
|
|
ReadTimeout: 30000
|
|
jpa:
|
|
properties:
|
|
javax:
|
|
persistence:
|
|
query:
|
|
timeout: 30000
|