chore: 调整 Token 过期时间为 1 小时

This commit is contained in:
clz
2026-01-11 18:58:34 +08:00
parent c397e4fb88
commit fb5b46f90c

View File

@@ -44,7 +44,7 @@ auth:
# JWT 密钥(生产环境请使用更复杂的密钥)
jwt_secret: "billai-secret-key-2026"
# Token 过期时间(小时)
token_expiry: 168 # 7天
token_expiry: 1 # 1小时
# 用户列表
users:
- username: clz