We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc729f commit add9820Copy full SHA for add9820
quickwit/quickwit-cli/src/lib.rs
@@ -76,6 +76,7 @@ fn config_cli_arg<'a>() -> Arg<'a> {
76
fn cluster_endpoint_arg<'a>() -> Arg<'a> {
77
arg!(--"endpoint" <QW_CLUSTER_ENDPOINT> "Quickwit cluster endpoint.")
78
.default_value("http://127.0.0.1:7280")
79
+ .env("QW_CLUSTER_ENDPOINT")
80
.required(false)
81
.display_order(1)
82
.global(true)
0 commit comments