From fa0bec8747d661121db981e818543661da9dc51b Mon Sep 17 00:00:00 2001 From: "gayoun.park" Date: Tue, 3 Feb 2026 10:25:50 +0900 Subject: [PATCH] =?UTF-8?q?review-to-down=20geojson-dir=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- label/review-to-down/src/main/resources/application_dev.yml | 2 ++ label/review-to-down/src/main/resources/application_local.yml | 2 ++ label/review-to-down/src/main/resources/application_prod.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/label/review-to-down/src/main/resources/application_dev.yml b/label/review-to-down/src/main/resources/application_dev.yml index a5bc4d9..3000142 100644 --- a/label/review-to-down/src/main/resources/application_dev.yml +++ b/label/review-to-down/src/main/resources/application_dev.yml @@ -65,3 +65,5 @@ file: sync-auto-exception-start-year: 2025 sync-auto-exception-before-year-cnt: 3 +training-data: + geojson-dir: /kamco-nfs/model_output/labeling/ \ No newline at end of file diff --git a/label/review-to-down/src/main/resources/application_local.yml b/label/review-to-down/src/main/resources/application_local.yml index 328045e..0764e2c 100644 --- a/label/review-to-down/src/main/resources/application_local.yml +++ b/label/review-to-down/src/main/resources/application_local.yml @@ -65,3 +65,5 @@ file: sync-auto-exception-start-year: 2025 sync-auto-exception-before-year-cnt: 3 +training-data: + geojson-dir: /kamco-nfs/model_output/labeling/ \ No newline at end of file diff --git a/label/review-to-down/src/main/resources/application_prod.yml b/label/review-to-down/src/main/resources/application_prod.yml index 1282d26..9edd64a 100644 --- a/label/review-to-down/src/main/resources/application_prod.yml +++ b/label/review-to-down/src/main/resources/application_prod.yml @@ -65,3 +65,5 @@ file: sync-auto-exception-start-year: 2025 sync-auto-exception-before-year-cnt: 3 +training-data: + geojson-dir: /kamco-nfs/model_output/labeling/ \ No newline at end of file