From dc558d5534f47885f609c1f89c454a84e0c8f381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Fri, 3 Jan 2025 08:11:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maku-server/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maku-server/src/main/resources/application.yml b/maku-server/src/main/resources/application.yml index 49aa9d0..9a80d11 100644 --- a/maku-server/src/main/resources/application.yml +++ b/maku-server/src/main/resources/application.yml @@ -46,8 +46,8 @@ maku: exclude-urls: - /maku-generator/** security: - # 2小时过期 - access-token-expire: 7200 + # 8小时过期 + access-token-expire: 28800 # 14天过期 refresh-token-expire: 1209600