Skip to content

Commit f871540

Browse files
committed
Fix bind env var
1 parent 4560ef0 commit f871540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct AppCommand {
2424
/// multiple flags.
2525
#[clap(
2626
long,
27-
env = "BACKEND_LISTEN_PORT",
27+
env = "BACKEND_BIND_ADDRS",
2828
value_delimiter = ',',
2929
default_value = "[::]:8080"
3030
)]

0 commit comments

Comments
 (0)