init
This commit is contained in:
8
vars/jwt.go
Normal file
8
vars/jwt.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package vars
|
||||
|
||||
import "time"
|
||||
|
||||
var (
|
||||
// cache def value
|
||||
JwtExpireDay time.Duration = 1 * 24 * time.Hour
|
||||
)
|
||||
Reference in New Issue
Block a user