Skip to content

Commit

Permalink
consumer: read --flow.network from FLOW_NETWORK env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Oct 17, 2024
1 parent 099cdf3 commit d44376b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/runtime/flow_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type FlowConsumerConfig struct {
ControlAPI pb.Endpoint `long:"control-api" env:"CONTROL_API" description:"Address of the control-plane API"`
Dashboard pb.Endpoint `long:"dashboard" env:"DASHBOARD" description:"Address of the Estuary dashboard"`
DataPlaneFQDN string `long:"data-plane-fqdn" env:"DATA_PLANE_FQDN" description:"Fully-qualified domain name of the data-plane to which this reactor belongs"`
Network string `long:"network" description:"The Docker network that connector containers are given access to. Defaults to the bridge network"`
Network string `long:"network" env:"NETWORK" description:"The Docker network that connector containers are given access to. Defaults to the bridge network"`
ProxyRuntimes int `long:"proxy-runtimes" default:"2" description:"The number of proxy connector runtimes that may run concurrently"`
TestAPIs bool `long:"test-apis" description:"Enable APIs exclusively used while running catalog tests"`
} `group:"flow" namespace:"flow" env-namespace:"FLOW"`
Expand Down

0 comments on commit d44376b

Please sign in to comment.