bump version, fix env variable names

This commit is contained in:
Fran Arbanas
2024-11-22 15:15:52 +01:00
parent e9aca48239
commit fdc778c4d1
3 changed files with 4 additions and 4 deletions
Generated
+1 -1
View File
@@ -5868,7 +5868,7 @@ dependencies = [
[[package]]
name = "nym-network-monitor"
version = "0.1.0"
version = "1.0.1-testfran3"
dependencies = [
"anyhow",
"axum 0.7.7",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nym-network-monitor"
version = "1.0.1-testfran2"
version = "1.0.1-testfran3"
authors.workspace = true
repository.workspace = true
homepage.workspace = true
+2 -2
View File
@@ -107,11 +107,11 @@ struct Args {
client_lifetime: u64,
/// Port to listen on
#[arg(long, default_value_t = 8080, env = "NYM_NETWORK_MONITORING_PORT")]
#[arg(long, default_value_t = 8080, env = "NYM_NETWORK_MONITOR_PORT")]
port: u16,
/// Host to listen on
#[arg(long, default_value = "127.0.0.1", env = "NYM_NETWORK_MONITORING_HOST")]
#[arg(long, default_value = "127.0.0.1", env = "NYM_NETWORK_MONITOR_HOST")]
host: String,
/// Path to the topology file