From abc2c8e8065fed7d8e940fb13c23cf4dc80a941c Mon Sep 17 00:00:00 2001 From: "gayoun.park" Date: Wed, 11 Feb 2026 11:52:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=85=EB=A1=9C=EB=93=9C=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20max=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8de573d..ba31f02 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -45,8 +45,8 @@ spring: servlet: multipart: enabled: true - max-file-size: 100MB - max-request-size: 100MB + max-file-size: 10GB + max-request-size: 10GB logging: level: org: @@ -93,14 +93,4 @@ geojson: - tgz max-file-size: 104857600 # 100MB -# 파일 업로드 설정 -file: - #sync-root-dir: D:/app/original-images/ - sync-root-dir: /app/original-images/ - sync-tmp-dir: ${file.sync-root-dir}tmp/ - sync-file-extention: tfw,tif - - #dataset-dir: D:/app/dataset/ - dataset-dir: /app/dataset/ - dataset-tmp-dir: ${file.dataset-dir}tmp/ -- 2.49.1