Skip to content

Commit

Permalink
chore: (#565) 게시글 이미지 관련 크기 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jeomxon committed Sep 12, 2023
1 parent 045e1fd commit 4c85bea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spring:

servlet:
multipart:
max-file-size: 30MB
max-request-size: 30MB
max-file-size: 5MB
max-request-size: 35MB

h2:
console:
Expand All @@ -34,6 +34,8 @@ logging:

server:
forward-headers-strategy: FRAMEWORK
tomcat:
max-http-form-post-size: 35MB

springdoc:
swagger-ui:
Expand All @@ -55,3 +57,4 @@ jwt:
token:
secret-key: ${SECRET_KEY}
expiration-time: ${EXPIRATION_TIME}

0 comments on commit 4c85bea

Please sign in to comment.