mirror of
https://config.infinnit-prod-pnq.neptune.codes/infinnit-admin/ifn-local-run-config-temp.git
synced 2025-04-01 05:52:31 +00:00
63 lines
1.6 KiB
YAML
63 lines
1.6 KiB
YAML
# GLOBAL CONFIGURATION
|
|
spring:
|
|
application:
|
|
name: ifn-integration
|
|
jpa:
|
|
hibernate:
|
|
ddl-auto: none
|
|
kafka:
|
|
consumer:
|
|
group-id: ${spring.application.name}
|
|
auto-offset-reset: latest
|
|
enable-auto-commit: false
|
|
producer:
|
|
key-serializer: org.apache.kafka.common.serialization.StringSerializer
|
|
value-serializer: de.infinnit.commons.business.kafka.IfnJsonSerializer
|
|
listener:
|
|
ack-mode: MANUAL
|
|
properties:
|
|
isolation:
|
|
level: read_committed
|
|
|
|
server:
|
|
max-http-header-size: 16000
|
|
error:
|
|
path: /mvc-error
|
|
|
|
feign:
|
|
client:
|
|
config:
|
|
default:
|
|
connectTimeout: 60000
|
|
readTimeout: 60000
|
|
error-decoder: de.infinnit.commons.business.error.payments.PaymentsErrorDecoder
|
|
|
|
management:
|
|
server:
|
|
servlet:
|
|
context-path: /actuator
|
|
|
|
infinnit:
|
|
activateBusinessRequestDeleteAspect: false
|
|
activateBusinessRequestSaveAspect: false
|
|
integration:
|
|
payment:
|
|
scheduler-fixed-delay:
|
|
sctOutgoing: 900000
|
|
sctrOutgoing: 900000
|
|
sddOutgoing: 900000
|
|
sync:
|
|
scheduler-fixed-delay:
|
|
ibp-contract: 60000
|
|
partner: 60000
|
|
lc: 60000
|
|
lo: 60000
|
|
cov: 60000
|
|
dms-partner-relationship: 60000
|
|
roles: aut_admin,admin,user,aut_IFN-Integration-payments,trader,fund manager,sales,investment analyst,client adviser,risk manager,compliance officer,security and fraud specialist,operations analyst,business technology specialist
|
|
|
|
ibs:
|
|
notification:
|
|
url: http://localhost/notExisting
|
|
roles: aut_admin,admin,config,user
|