搜索
Build docker and publish / build (20.15.1) (push) Successful in 7m52s

This commit is contained in:
2026-03-08 08:05:26 -07:00
parent 4907853667
commit 69028898a4
6 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Debug: true # 是否开启调试模式, 默认: false
JwtAuth: # JWT认证配置
AccessSecret: CHANGE_ME_TO_A_RANDOM_SECRET # 访问令牌密钥, 请修改为随机字符串
AccessExpire: 604800 # 访问令牌过期时间,单位秒, 默认: 604800 (7天)
AccessExpire: 31536000 # 访问令牌过期时间,单位秒, 默认: 31536000 (365天); 用户每次活跃请求自动续期
Logger: # 日志配置
FilePath: logs/ppanel.log # 日志文件路径