Skip to content

Commit

Permalink
Merge pull request #308 from fourix4/dev
Browse files Browse the repository at this point in the history
chore : 허용 파일 크기 설정 추가
  • Loading branch information
TaeHoon0 authored Aug 9, 2024
2 parents 0429658 + 5b84eed commit 0d40613
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ spring:
port: 6379
password: ${REDIS_PASSWORD}

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

profiles:
include: oauth

Expand Down

0 comments on commit 0d40613

Please sign in to comment.