mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-26 05:58:27 -05:00
78064e6bab
Signed-off-by: Christian Richter <crichter@owncloud.com>
8 lines
173 B
Go
8 lines
173 B
Go
package config
|
|
|
|
// GRPC defines the available grpc configuration.
|
|
type GRPC struct {
|
|
Addr string `yaml:"addr" env:"SETTINGS_GRPC_ADDR"`
|
|
Namespace string `yaml:"-"`
|
|
}
|