From e178306dca7e22fa997bf7ae5ffc47516da3a341 Mon Sep 17 00:00:00 2001 From: kubo8 Date: Thu, 13 Oct 2022 20:39:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=AC=ED=94=84=EB=A0=88=EC=8B=9C=ED=86=A0?= =?UTF-8?q?=ED=81=B0=20=EC=8B=9C=EA=B0=84=20=EB=B3=80=EA=B2=BD?= 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 386cb22..45d117d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -24,7 +24,7 @@ app.props: part1: JwtPart1 part2: JwtPart2 access-token-expiration: 600 - refresh-token-expiration: 5400 + refresh-token-expiration: 28800 header: Authorization prefix: "Bearer "