Skip to content

Commit

Permalink
fix: 사진 크키 제한 설정 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
toychip authored Feb 16, 2024
1 parent d9452e8 commit 1a1d947
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ spring:
hikari:
data-source-properties:
serverTimezone: Asia/Seoul
servlet:
multipart:
max-file-size: 10MB
# max-request-size: 10MB

jpa:
hibernate:
Expand Down

0 comments on commit 1a1d947

Please sign in to comment.