搜索
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
@@ -61,7 +61,7 @@ type RedisConfig struct {
type JwtAuth struct {
AccessSecret string `yaml:"AccessSecret"`
AccessExpire int64 `yaml:"AccessExpire" default:"604800"`
AccessExpire int64 `yaml:"AccessExpire" default:"31536000"` // JWT 签发有效期,单位秒,默认 365 天
}
type Verify struct {