From 71fc41a6103aa0783189d6798ae5784d63803827 Mon Sep 17 00:00:00 2001 From: Eunkyy Date: Tue, 20 Feb 2024 01:09:03 +0900 Subject: [PATCH] =?UTF-8?q?:white=5Fcheck=5Fmark:=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=ED=81=AC=EA=B8=B0=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8e59aad..441ff9d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -62,5 +62,5 @@ cloud: accessKey: ${ACCESSKEY} secretKey: ${SECRETKEY} -spring.servlet.multipart.max-file-size: 10MB -spring.servlet.multipart.max-request-size: 10MB +spring.servlet.multipart.max-file-size: 100MB +spring.servlet.multipart.max-request-size: 100MB