Skip to content

Commit

Permalink
feat: max file size, max request size 조정 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
EunjiShin authored Jul 19, 2024
1 parent 4d8902b commit a62d06d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion application/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ spring:
# swagger를 이용해 API 명세서 생성
doc:
swagger-ui:
path: /swagger-ui.html
path: /swagger-ui.html

servlet:
multipart:
max-file-size: 10MB
max-request-size: 30MB

0 comments on commit a62d06d

Please sign in to comment.