Skip to content

Commit

Permalink
fix: 이미지 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
xxoznge committed Jul 4, 2024
1 parent a325bc8 commit ae4f14f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ spring:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
show-sql: true

servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
location: /path/to/custom/tmp

jwt:
# HS512 알고리즘을 사용할 것이기 때문에 512bit, 즉 64byte 이상의 secret key를 사용
secret: ${SECURITY_KEY}
Expand Down

0 comments on commit ae4f14f

Please sign in to comment.