Skip to content

Commit

Permalink
application yaml에 jwt secret key를 추가한다
Browse files Browse the repository at this point in the history
  • Loading branch information
anjeongkyun committed Oct 7, 2023
1 parent 7870aff commit 6f9fe85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ oauth:
protocol: https
auth-host: kauth.kakao.com
api-host: kapi.kakao.com

jwt:
secret-key: ${SECRET_KEY}

0 comments on commit 6f9fe85

Please sign in to comment.