We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4560ef0 commit f871540Copy full SHA for f871540
src/main.rs
@@ -24,7 +24,7 @@ struct AppCommand {
24
/// multiple flags.
25
#[clap(
26
long,
27
- env = "BACKEND_LISTEN_PORT",
+ env = "BACKEND_BIND_ADDRS",
28
value_delimiter = ',',
29
default_value = "[::]:8080"
30
)]
0 commit comments