Skip to content

Commit

Permalink
[P4ADEV-1830] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarsel committed Jan 14, 2025
1 parent 08d5f09 commit 9aac23d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ folders:
archive: "\${PROCESS_TARGET_SUB_FOLDER_ARCHIVE:archive}"
errors: "\${PROCESS_TARGET_SUB_FOLDER_ERRORS:errors}"
ingestion-flow-file-type-paths:
RECEIPT: "data/receipt}"
PAYMENTS_REPORTING: "data/payments_reporting}"
TREASURY_OPI: "data/treasury/opi}"
TREASURY_CSV: "data/treasury/csv}"
TREASURY_XLS: "data/treasury/xls}"
TREASURY_POSTE: "data/treasury/poste}"
RECEIPT: "data/receipt"
PAYMENTS_REPORTING: "data/payments_reporting"
TREASURY_OPI: "data/treasury/opi"
TREASURY_CSV: "data/treasury/csv"
TREASURY_XLS: "data/treasury/xls"
TREASURY_POSTE: "data/treasury/poste"

rest:
default-timeout:
Expand Down

0 comments on commit 9aac23d

Please sign in to comment.