From 0f5ec7419e7d08d9ab301ee9d1cf68fc65a4a9bb Mon Sep 17 00:00:00 2001 From: psemenkov Date: Wed, 17 Apr 2024 14:39:19 +0300 Subject: [PATCH] =?UTF-8?q?http://jira.mfd.msk:8088/browse/CLS-619=20?= =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=BF=D0=BE=D1=8F?= =?UTF-8?q?=D1=81=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=20=D0=BD=D0=B0?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dbf-exporter/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/clearing-parent/dbf-exporter/src/main/resources/application.properties b/clearing-parent/dbf-exporter/src/main/resources/application.properties index 2f7bd46c0..0bdbdcaa5 100644 --- a/clearing-parent/dbf-exporter/src/main/resources/application.properties +++ b/clearing-parent/dbf-exporter/src/main/resources/application.properties @@ -8,6 +8,7 @@ export-dbf-service.common.encoding=cp866 export-dbf-service.common.threads-count=10 export-dbf-service.store.local-temp-dir=D:\\docs and T3\\clearing\\dbf\\ +# код валюты должен быть в верхнем регистре, например для рублей - "RUB" (*.RUB=export/rub/).RUB=export/rub/ export-dbf-service.store.out-pay-val-dir.RUB=export/rub/ export-dbf-service.store.out-pay-val-dir.EUR=export/eur/ export-dbf-service.store.user:tester