Files
opencloud/accounts/pkg/config/grpc.go
2022-01-07 16:04:52 +00:00

8 lines
168 B
Go

package config
// GRPC defines the available grpc configuration.
type GRPC struct {
Addr string `ocisConfig:"addr" env:"ACCOUNTS_GRPC_ADDR"`
Namespace string
}