From ee006c5f9e3209fc44a317ed9c6bb2a72b0696aa Mon Sep 17 00:00:00 2001 From: hseong3243 Date: Wed, 1 Nov 2023 01:39:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20jwt=20secret=EC=9D=84=20properties?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1afa45543..1980e4193 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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