From e7a069734d7fa431b0acd9c7fd0735fce9d10edd Mon Sep 17 00:00:00 2001 From: "Jonguk. Lim" Date: Fri, 28 Jun 2024 14:29:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20session=20timeout=2012=EC=8B=9C=EA=B0=84?= =?UTF-8?q?(720=EB=B6=84)=EC=9C=BC=EB=A1=9C=20=EC=84=A4=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, 2 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8a40a7e..b6d47fd 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,6 +4,8 @@ server: servlet: context-path: / + session: + timeout: 720m ssl: enabled: false