mirror of
https://gitee.com/gokins/gokins.git
synced 2024-12-02 11:18:02 +08:00
7 lines
63 B
Go
7 lines
63 B
Go
package core
|
|
|
|
var (
|
|
JwtKey = ""
|
|
JwtCookiePath = "/"
|
|
)
|