Skip to content

Commit

Permalink
chore : 허용 파일 크기 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeHoon0 committed Aug 9, 2024
1 parent 7d1c23f commit 5b84eed
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 5b84eed

Please sign in to comment.