Files
ifn-local-run-config-prod/ifn-mth.yml
2024-04-24 05:49:49 +00:00

55 lines
1.1 KiB
YAML

# GLOBAL CONFIGURATION
spring:
application:
name: ifn-mth
jpa:
hibernate:
ddl-auto: none
kafka:
consumer:
group-id: ${spring.application.name}
auto-offset-reset: latest
enable-auto-commit: false
listener:
ack-mode: MANUAL
properties:
isolation:
level: read_committed
datasource:
driverClassName: org.h2.Driver
# server mode
url: jdbc:h2:tcp://localhost:1521/ifn_mth;COMPRESS=TRUE;JMX=TRUE
username: sa
password:
liquibase:
enabled: true
change-log: classpath:/liquibase/master_test.xml
main:
allow-bean-definition-overriding: true
server:
max-http-header-size: 16000
error:
path: /mvc-error
management:
server:
servlet:
context-path: /actuator
feign:
client:
config:
default:
connectTimeout: 60000
readTimeout: 60000
error-decoder: de.infinnit.commons.business.error.payments.PaymentsErrorDecoder
infinnit:
mth:
payment:
scheduler-fixed-delay:
incoming: 9000000
internal: 9000000
outgoing: 9000000