Skip to content

Commit

Permalink
Merge pull request #116 from ASAP-Lettering/ASAP-392
Browse files Browse the repository at this point in the history
ASAP-392 밀티파트 1mb -> 25mb로 증가
  • Loading branch information
tlarbals824 authored Jan 30, 2025
2 parents d7ee1a2 + 4fec64b commit eacd064
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Bootstrap-Module/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ spring:
- security-local
- aws-local
- persistence-test
active: local
active: local


servlet:
multipart:
max-file-size: 25MB
max-request-size: 25MB

0 comments on commit eacd064

Please sign in to comment.