Skip to content

Commit

Permalink
Merge pull request #64 from Kusitms-29th-Kobaco-A/fix/multipart-size-fix
Browse files Browse the repository at this point in the history
fix : multipart 파일 크기 변경
  • Loading branch information
tlarbals824 authored Mar 9, 2024
2 parents 5cfbeb8 + 7a8bf15 commit 6f07fb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kobaco/kobaco/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ spring:
hibernate:
format_sql: true
use_sql_comments: true
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB

jwt:
secret: ${TOKEN_SECRET}
Expand Down

0 comments on commit 6f07fb5

Please sign in to comment.