73 lines
2.1 KiB
YAML
73 lines
2.1 KiB
YAML
spring:
|
|
kafka:
|
|
bootstrap-servers: localhost:9992,localhost:9993,localhost:9994
|
|
properties:
|
|
isolation:
|
|
level: read_uncommitted
|
|
security:
|
|
oauth2:
|
|
client:
|
|
registration:
|
|
oidc:
|
|
client-id: infinnit
|
|
authorization-grant-type: password
|
|
provider:
|
|
oidc:
|
|
token-uri: http://localhost:9080/auth/realms/nitsha/protocol/openid-connect/token
|
|
authorization-uri: http://localhost:9080/auth/realms/nitsha/protocol/openid-connect/auth
|
|
resourceserver:
|
|
jwt:
|
|
issuer-uri: http://localhost:9080/auth/realms/nitsha
|
|
jwk-set-uri: http://localhost:9080/auth/realms/nitsha/protocol/openid-connect/certs
|
|
springdoc:
|
|
show-actuator: true
|
|
swagger-ui:
|
|
disable-swagger-default-url: true
|
|
oauth:
|
|
clientId: infinnit
|
|
management:
|
|
endpoint:
|
|
health:
|
|
show-details: always
|
|
loggers:
|
|
enabled: true
|
|
endpoints:
|
|
web:
|
|
exposure:
|
|
include:
|
|
- health
|
|
- info
|
|
- loggers
|
|
infinnit:
|
|
technical-user: technicaluser
|
|
technical-user-secret: technicaluser
|
|
ifn-urls:
|
|
ifn-loan-accounting: localhost:8080
|
|
ifn-savings-accounting: localhost:8096
|
|
ifn-mth: localhost:8081
|
|
ifn-integration: localhost:8083
|
|
ifn-loan-management: localhost:8086
|
|
ibs: http://localhost:8080
|
|
ifn-keyvalue: localhost:8092
|
|
ifn-simulation-category-one: localhost:8095
|
|
ifn-simulation-category-two: ifn-simulation-category-two:8096
|
|
ifn-simulation-category-three: ifn-simulation-category-three:8097
|
|
ifn-simulation-category-all: ifn-simulation-category-all:8098
|
|
ifn-cis: localhost:8094
|
|
mth:
|
|
payment:
|
|
time-at-retrevocdate-until-return-allowed: 10.55.00.000
|
|
accounting:
|
|
payment:
|
|
time-at-retrevocdate-until-return-allowed: 10.55.00.000
|
|
loan:
|
|
savings:
|
|
|
|
pgw:
|
|
url: http://localhost/notExisting
|
|
compass:
|
|
url: http://localhost:8083/api/assessments
|
|
|
|
holidays:
|
|
absolute-holidays: --01-01, --01-06, --05-01, --05-08, --12-24, --12-25, --12-26, --07-05, --08-29, --09-01, --09-15, --11-01, --11-17
|
|
relative-to-easter-sunday-holidays: -2, 1 |