From 5c3161e3a5fba065440d8f82952b376921ab3b96 Mon Sep 17 00:00:00 2001 From: NayeonKoh <84651773+nykoh2001@users.noreply.github.com> Date: Sat, 10 Feb 2024 00:47:07 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= 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 7be0cbf..4ec6372 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -19,6 +19,6 @@ logging: org.hibernate.SQL: debug jwt: - secret-key: ${JWT_SECRET_KEY}] + secret-key: ${JWT_SECRET_KEY} access-token-expire-period: ${ACCESS_TOKEN_EXPIRE_PERIOD} - refresh-token-expire-period: ${REFRESH_TOKEN_EXPIRE_PERIOD} \ No newline at end of file + refresh-token-expire-period: ${REFRESH_TOKEN_EXPIRE_PERIOD}