Files
QSfera/services/proxy/pkg/config/reva.go
T
2022-06-27 14:05:36 +02:00

7 lines
172 B
Go

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