Skip to content

Commit 92902b3

Browse files
committed
added env var category
1 parent 53f4b45 commit 92902b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

common-lib/utils/grpc/GrpcConfig.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package grpc
22

33
import "github.com/caarlos0/env"
44

5+
// CATEGORY=INFRA_SETUP
56
type Configuration struct {
67
KubelinkMaxRecvMsgSize int `env:"KUBELINK_GRPC_MAX_RECEIVE_MSG_SIZE" envDefault:"20"` // In mb
78
KubelinkMaxSendMsgSize int `env:"KUBELINK_GRPC_MAX_SEND_MSG_SIZE" envDefault:"4"` // In mb

0 commit comments

Comments
 (0)