From 4be13973e3bb4b834b9f1a456151b757255da82d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=90=ED=99=8D=EC=84=9D?= <78216059+bayy1216@users.noreply.github.com> Date: Sun, 2 Jun 2024 04:07:38 +0900 Subject: [PATCH] [Feat] fix --- zzansuni-api-server/app/src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zzansuni-api-server/app/src/main/resources/application.yml b/zzansuni-api-server/app/src/main/resources/application.yml index 1d8636e..bc6a836 100644 --- a/zzansuni-api-server/app/src/main/resources/application.yml +++ b/zzansuni-api-server/app/src/main/resources/application.yml @@ -33,6 +33,10 @@ jwt: secret: ${JWT_SECRET:4099a46b-39db-4860-a61b-2ae76ea24c43} access-token-expire-time: 1800000 # 30 minutes refresh-token-expire-time: 2592000000 # 30 days +server: + shutdown: graceful + tomcat: + connection-timeout: 20000 # 20 seconds --- spring: config: