From ad05fe7f08f645ead1b52195eac65af04b191835 Mon Sep 17 00:00:00 2001 From: seonghooncho Date: Tue, 4 Nov 2025 11:52:42 +0900 Subject: [PATCH] =?UTF-8?q?refactor=20:=20accsess=20jwt=20ttl=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6332abd..0f832b0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -55,7 +55,7 @@ auth: token: issuer: https://syncly-io.com hmacSecretBase64: ${JWT_SECRET_KEY} #토큰 서명키 - accessTtlSec: 1200 #20분 배포후 10분으로 변경가능 + accessTtlSec: 120000 #20분 배포후 10분으로 변경가능 refreshTtlSec: 604800 #7일 redis: cache: