From 6e0e5a80989cc8a83557343aa01fb613af1d139e Mon Sep 17 00:00:00 2001 From: Moon Date: Wed, 24 Dec 2025 16:46:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=83=81=EA=B4=80=EB=A6=AC=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6b592c27..10aae251 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -64,17 +64,7 @@ management: include: - "health" -# GeoJSON 파일 모니터링 설정 -geojson: - monitor: - watch-directory: ~/geojson/upload - processed-directory: ~/geojson/processed - error-directory: ~/geojson/error - temp-directory: /tmp/geojson_extract - cron-expression: "0/30 * * * * *" # 매 30초마다 실행 - supported-extensions: - - zip - - tar - - tar.gz - - tgz - max-file-size: 104857600 # 100MB +file: + sync-root-dir: /app/original-images/ + sync-tmp-dir: ${file.sync-root-dir}/tmp + sync-file-extention: tfw,tif