Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit eacd064

Browse files
authored
Merge pull request #116 from ASAP-Lettering/ASAP-392
ASAP-392 밀티파트 1mb -> 25mb로 증가
2 parents d7ee1a2 + 4fec64b commit eacd064

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Bootstrap-Module/src/main/resources/application.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ spring:
1313
- security-local
1414
- aws-local
1515
- persistence-test
16-
active: local
16+
active: local
17+
18+
19+
servlet:
20+
multipart:
21+
max-file-size: 25MB
22+
max-request-size: 25MB

0 commit comments

Comments
 (0)