···2424 QueueSize int `env:"QUEUE_SIZE, default=100"`
2525 MaxJobCount int `env:"MAX_JOB_COUNT, default=2"` // max number of pipelines that run at a time
2626 DockerSocket string `env:"DOCKER_SOCKET"` // path to a docker socket to expose to workflow containers
2727+ InviteOnly bool `env:"INVITE_ONLY, default=true"`
2728}
28292930type Tap struct {