mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-23 04:28:48 -05:00
c720d18de8
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
7 lines
145 B
Go
7 lines
145 B
Go
package config
|
|
|
|
// Reva defines all available REVA configuration.
|
|
type Reva struct {
|
|
Address string `ocisConfig:"address" env:"REVA_GATEWAY"`
|
|
}
|