mirror of
https://github.com/weloe/token-go.git
synced 2025-10-20 22:19:27 +08:00
15 lines
281 B
YAML
15 lines
281 B
YAML
TokenConfig:
|
|
tokenStyle: uuid
|
|
tokenName: myTokenName
|
|
timeout: 2592000
|
|
activityTimeout: -1
|
|
dataRefreshPeriod: 30
|
|
autoRenew: true
|
|
isConcurrent: true
|
|
isShare: true
|
|
maxLoginCount: 12
|
|
isReadBody: true
|
|
isReadHeader: true
|
|
isReadCookie: true
|
|
isWriteHeader: false
|