Skip to content

Commit

Permalink
chore: jwt secret을 properties에서 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hseong3243 committed Oct 31, 2023
1 parent b591002 commit ee006c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
jwt:
issuer: clova
expiry-seconds: 3600
secret: _4RNpxi%CB:eoO6a>j=#|*e#$Fp%%aX{dFi%.!Y(ZIy'UMuAt.9.;LxpWn2BZV*
secret: ${ACCESS_TOKEN_SECRET}
refresh-expiry-seconds: 18000
refresh-secret: Tlolt.z[e$1yO!%Uc"F*QH=uf0vp3U5s5{X5=g=*nDZ>BWMIKIf9nzd6et2.:Fb
refresh-secret: ${REFRESH_TOKEN_SECRET}
spring:
datasource:
driver-class-name: org.h2.Driver
Expand Down

0 comments on commit ee006c5

Please sign in to comment.