Skip to content

Commit

Permalink
[Fix] : 이미지 업로드 용량 증가
Browse files Browse the repository at this point in the history
  • Loading branch information
wellbeing-dough committed Dec 7, 2023
1 parent 7c15450 commit 7be769e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
username: ${rds.username}
password: ${rds.password}
servlet:
multipart:
max-file-size: 20MB

jpa:
open-in-view: true
Expand Down

0 comments on commit 7be769e

Please sign in to comment.