Skip to content

Commit

Permalink
Merge pull request #66 from sysdiglabs/apply-user-pass-env-vars
Browse files Browse the repository at this point in the history
Revert Custom change
  • Loading branch information
jaimeyh authored Mar 27, 2023
2 parents d094d38 + 7ad7e54 commit effff9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func main() {
Default("/metrics").String()
esURI = kingpin.Flag("es.uri",
"HTTP API address of an Elasticsearch node.").
Default("http://localhost:9200").Envar("ES_URI").String()
Default("http://localhost:9200").String()
esTimeout = kingpin.Flag("es.timeout",
"Timeout for trying to get stats from Elasticsearch.").
Default("5s").Duration()
Expand Down

0 comments on commit effff9b

Please sign in to comment.