Skip to content

Commit c812362

Browse files
committed
[core] Add bookkeepingBaseUri to list of viper flags
1 parent cdbeea2 commit c812362

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ func setFlags() error {
170170
pflag.String("fmqPlugin", viper.GetString("fmqPlugin"), "Name of the plugin for FairMQ tasks")
171171
pflag.String("fmqPluginSearchPath", viper.GetString("fmqPluginSearchPath"), "Path to the directory where the FairMQ plugins are found on controlled nodes")
172172
pflag.String("kafkaEndpoint", viper.GetString("kafkaEndpoint"), "Endpoint of the Kafka service (`host:port`)")
173+
pflag.String("bookkeepingBaseUri", viper.GetString("bookkeepingBaseUri"), "URI of the O² Bookkeeping service (`protocol://host:port`)")
173174

174175
pflag.Parse()
175176
return viper.BindPFlags(pflag.CommandLine)

0 commit comments

Comments
 (0)