Skip to content

Commit d14e980

Browse files
committed
♻️refactor: 업로드 파일 최대 사이즈 7000으로 수정
1 parent 0c817ab commit d14e980

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ aws:
7373
secure-access-key: ${S3_SECURE_ACCESS_KEY}
7474

7575
image:
76-
max-size-bytes: 20971520 # 10MB
77-
max-width: 2000
78-
max-height: 2000
76+
max-size-bytes: 20971520 # 20MB
77+
max-width: 7000
78+
max-height: 7000
7979

8080
thumb-max-width: 600
8181
thumb-max-height: 600

0 commit comments

Comments
 (0)