chore: 调整 Token 过期时间为 1 小时
This commit is contained in:
@@ -44,7 +44,7 @@ auth:
|
|||||||
# JWT 密钥(生产环境请使用更复杂的密钥)
|
# JWT 密钥(生产环境请使用更复杂的密钥)
|
||||||
jwt_secret: "billai-secret-key-2026"
|
jwt_secret: "billai-secret-key-2026"
|
||||||
# Token 过期时间(小时)
|
# Token 过期时间(小时)
|
||||||
token_expiry: 168 # 7天
|
token_expiry: 1 # 1小时
|
||||||
# 用户列表
|
# 用户列表
|
||||||
users:
|
users:
|
||||||
- username: clz
|
- username: clz
|
||||||
|
|||||||
Reference in New Issue
Block a user