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

7 lines
139 B
Go

package config
// Reva defines all available REVA configuration.
type Reva struct {
Address string `yaml:"address" env:"REVA_GATEWAY"`
}