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 ae4f14f commit 8cd411e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ 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
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ spring:
multipart:
max-file-size: 20MB
max-request-size: 20MB
location: /path/to/custom/tmp


0 comments on commit 8cd411e

Please sign in to comment.