mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 19:59:37 -06:00
7 lines
139 B
Go
7 lines
139 B
Go
package config
|
|
|
|
// Reva defines all available REVA configuration.
|
|
type Reva struct {
|
|
Address string `yaml:"address" env:"REVA_GATEWAY"`
|
|
}
|