Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
jwt secret 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Jan 23, 2024
1 parent 1628ea6 commit b99babe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ spring:
multipart:
max-file-size: 10MB
max-request-size: 10MB
enabled: true
enabled: true


jwt:
secret: ${JWT_SECRET}

0 comments on commit b99babe

Please sign in to comment.