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
16 lines
315 B
YAML
16 lines
315 B
YAML
spring:
|
|
liquibase:
|
|
enabled: true
|
|
change-log: classpath:/liquibase/loan/master.xml
|
|
contexts: test
|
|
|
|
infinnit:
|
|
loan:
|
|
payment:
|
|
scheduler-fixed-delay:
|
|
incoming: 60000
|
|
outgoing: 60000
|
|
eom:
|
|
scheduler-cron-expression: 0 30 0 28-31 * ?
|
|
disbursement:
|
|
scheduler-fixed-delay: 60000 |