Kyoo/auth/config.go
2024-10-19 18:08:33 +02:00

7 lines
84 B
Go

package main
type Configuration struct {
JwtSecret string
DefaultClaims []byte
}