From fb5b46f90c05c7855e942fa07741f0c0eecafd1a Mon Sep 17 00:00:00 2001 From: clz Date: Sun, 11 Jan 2026 18:58:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=20Token=20=E8=BF=87?= =?UTF-8?q?=E6=9C=9F=E6=97=B6=E9=97=B4=E4=B8=BA=201=20=E5=B0=8F=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.yaml b/server/config.yaml index 7cc5e87..31a14cc 100644 --- a/server/config.yaml +++ b/server/config.yaml @@ -44,7 +44,7 @@ auth: # JWT 密钥(生产环境请使用更复杂的密钥) jwt_secret: "billai-secret-key-2026" # Token 过期时间(小时) - token_expiry: 168 # 7天 + token_expiry: 1 # 1小时 # 用户列表 users: - username: clz