mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-21 01:58:38 -05:00
78064e6bab
Signed-off-by: Christian Richter <crichter@owncloud.com>
7 lines
172 B
Go
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."`
|
|
}
|