mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
7 lines
84 B
Go
7 lines
84 B
Go
package main
|
|
|
|
type Configuration struct {
|
|
JwtSecret string
|
|
DefaultClaims []byte
|
|
}
|