Skip to content

Commit

Permalink
Merge pull request #172 from mash-up-kr/fix/file-size
Browse files Browse the repository at this point in the history
fix: 파일 하나당 100MB 크기를 가질 수 있게됐습니다.
  • Loading branch information
K-Diger authored Aug 23, 2024
2 parents 01d4793 + 9d7d1be commit 39f8824
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions piikii-bootstrap/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ spring:
name: "piikii"
messages:
encoding: UTF-8
servlet:
multipart:
max-file-size: 100MB
max-request-size : 350MB

secret:
token: ${SECRET_MANAGER_TOKEN}
Expand Down

0 comments on commit 39f8824

Please sign in to comment.