Files
ocis/services/collaboration/pkg/config/grpc.go
2024-04-17 15:54:51 +02:00

8 lines
252 B
Go

package config
// Service defines the available grpc configuration.
type GRPC struct {
Addr string `yaml:"addr" env:"COLLABORATION_GRPC_ADDR" desc:"The bind address of the GRPC service." introductionVersion:"5.1"`
Namespace string `yaml:"-"`
}