Fix default bind address

This commit is contained in:
asonix 2023-08-29 13:30:39 -05:00
parent 1e0c1585d9
commit b9216705d3

View file

@ -26,7 +26,7 @@ struct Args {
short,
long,
env = "PICTRS_ADMIN__BIND_ADDRESS",
default_value = "127.0.0.0:8084"
default_value = "127.0.0.1:8084"
)]
bind_address: SocketAddr,
#[clap(