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.
46 lines
1.1 KiB
46 lines
1.1 KiB
spring:
|
|
application:
|
|
name: CSI-JAVA-EHR-IP
|
|
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
|
|
app:
|
|
url.prescription: CSI-JAVA-EHR-IP-DOCTOR-PRESCRIPTION
|
|
url.read.adt: CSI-JAVA-EHR-COMMON-ADT-INTEGRATION
|
|
url.read.careplan: CSI-JAVA-EHR-IP-CAREPLAN-READ
|
|
url.read.initial-assessment: CSI-JAVA-EHR-INITIALASSESSMENT
|
|
url.notification: CSI-NET-NOTY
|
|
url.read: CSI-JAVA-EHR-IP-DOCTOR-ADMISSION-READ
|
|
initial-assessment:
|
|
time: 4
|
|
etl-prop:
|
|
etl-run-period: '*/30 * * * * *'
|
|
etl-runing-minutes: 25
|
|
hibernate:
|
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
postgresql:
|
|
driver: org.postgresql.Driver
|
|
db:
|
|
configuration: postgresql
|
|
csi:
|
|
persistence:
|
|
autogen-id: true
|
|
autogen:
|
|
sequence: hibernate_sequence
|
|
jpa:
|
|
event:
|
|
isReport: true
|
|
dateformat:
|
|
format: yyyy/MM/dd HH:mm:ss
|
|
debug: false
|