Files
opencloud/services/auth-service/pkg/config/reva.go
T
2023-10-18 14:29:05 +02:00

7 lines
243 B
Go

package config
// TokenManager is the config for using the reva token manager
type TokenManager struct {
JWTSecret string `yaml:"jwt_secret" env:"OCIS_JWT_SECRET;AUTH_SERVICE_JWT_SECRET" desc:"The secret to mint and validate jwt tokens."`
}