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.
85 lines
1.7 KiB
85 lines
1.7 KiB
spring:
|
|
application:
|
|
name: CSI-JAVA-EHR-LDR
|
|
rabbitmq:
|
|
listener:
|
|
default-requeue-rejected: false
|
|
retry:
|
|
enabled: true
|
|
initial-interval: 2000
|
|
max-attempts: 3
|
|
multiplier: 1.5
|
|
max-interval: 10000
|
|
jpa:
|
|
database: POSTGRESQL
|
|
hibernate:
|
|
ddl-auto: none
|
|
show-sql: true
|
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
websocket:
|
|
endpoint: /baby-socket
|
|
prefix: /baby
|
|
topic:
|
|
admission-request: /admission-request
|
|
app:
|
|
topic:
|
|
exchange: vidaplus.empi.exchange
|
|
patientRouteKey: csi.vidaplus.empi.events.patientcreatedevent
|
|
patientqueue: empi.patientCreateLDRPROD
|
|
wait: 5
|
|
hibernate:
|
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
postgresql:
|
|
driver: org.postgresql.Driver
|
|
db:
|
|
configuration: postgresql
|
|
orm:
|
|
configuration: spring
|
|
jackson:
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
http:
|
|
multipart:
|
|
max-file-size: 100MB
|
|
max-request-size: 100MB
|
|
csi:
|
|
persistence:
|
|
autogen-id: true
|
|
autogen:
|
|
sequence: hibernate_sequence
|
|
jpa:
|
|
event:
|
|
isReport: true
|
|
hibernate:
|
|
ddl-auto: none
|
|
dateformat:
|
|
format: yyyy/MM/dd HH:mm:ss
|
|
debug: false
|
|
hystrix:
|
|
shareSecurityContex: true
|
|
command:
|
|
default:
|
|
circuitBreaker:
|
|
enabled: true
|
|
execution:
|
|
isolation:
|
|
thread:
|
|
timeoutInMilliseconds: 1440000
|
|
logging:
|
|
level:
|
|
org:
|
|
hibernate:
|
|
SQL: DEBUG
|
|
type:
|
|
descriptor:
|
|
sql:
|
|
BasicBinder: TRACE
|
|
com:
|
|
csi:
|
|
vidaplus:
|
|
ehr:
|
|
ldr:
|
|
feign:
|
|
empi:
|
|
HijriDateFeignClient: DEBUG
|
|
PatientFeignClient: DEBUG
|