From 4c85bea59e9553d26c0cc62677d9aab93ddf17fc Mon Sep 17 00:00:00 2001 From: jeomxon Date: Tue, 12 Sep 2023 16:07:44 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20(#565)=20=EA=B2=8C=EC=8B=9C=EA=B8=80?= =?UTF-8?q?=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EA=B4=80=EB=A0=A8=20=ED=81=AC?= =?UTF-8?q?=EA=B8=B0=20=EC=84=A4=EC=A0=95=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index 5854ffefb..2b6b8a5fc 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -19,8 +19,8 @@ spring: servlet: multipart: - max-file-size: 30MB - max-request-size: 30MB + max-file-size: 5MB + max-request-size: 35MB h2: console: @@ -34,6 +34,8 @@ logging: server: forward-headers-strategy: FRAMEWORK + tomcat: + max-http-form-post-size: 35MB springdoc: swagger-ui: @@ -55,3 +57,4 @@ jwt: token: secret-key: ${SECRET_KEY} expiration-time: ${EXPIRATION_TIME} +