Skip to content

Commit

Permalink
chore: 파일 최대 사이즈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonjerry committed Sep 20, 2023
1 parent a4abf90 commit 8dcb1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/emm-sale/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ spring:
on-profile: default
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
max-file-size: 20MB
max-request-size: 100MB

logging:
level:
Expand Down

0 comments on commit 8dcb1da

Please sign in to comment.