Skip to content

Commit

Permalink
Update: 파일 업로드 제한 100M로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seungheon123 committed Nov 14, 2023
1 parent 722f9d3 commit 03b04af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ spring:
kakao:
api:
key: ${KAKAO_REST_API_KEY}
servlet:
multipart:
max-file-size: 100MB
max-request-size: 100MB

# mvc:
# pathmatch:
Expand Down

0 comments on commit 03b04af

Please sign in to comment.