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