Files
opencloud/settings/pkg/config/reva.go
2022-03-29 15:06:58 +02:00

7 lines
188 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;SETTINGS_JWT_SECRET"`
}