Skip to content

Commit

Permalink
Merge pull request #137 from Leehunil/main
Browse files Browse the repository at this point in the history
📄: 사진 업로드 용량 설정
  • Loading branch information
chanu2 authored Nov 7, 2023
2 parents 290180d + ff08b86 commit ecafedf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ spring:
init:
mode: always

servlet:
multipart:
maxFileSize: 10MB
maxRequestSize: 30MB

aws:
access-key: ${AWS_ACCESS_KEY}
secret-key: ${AWS_SECRET_KEY}
Expand Down

0 comments on commit ecafedf

Please sign in to comment.