Skip to content

Commit 983f8f3

Browse files
committed
[Feat] 이미지 허용 용량 제한
1 parent 1e5baa8 commit 983f8f3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/main/resources/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ spring:
99
hibernate:
1010
format_sql: true
1111

12+
servlet:
13+
multipart:
14+
max-file-size: 10MB
15+
max-request-size: 10MB
16+
1217
# Google OAuth2
1318
security:
1419
oauth2:

0 commit comments

Comments
 (0)