This commit is contained in:
Maple Nebel 2025-11-07 18:37:28 +00:00
commit d5b1be28fc
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ pub static FORWARD_EDGE_NODE_HOLDER: Lazy<SocketAddrV4> = Lazy::new(||{
env::var("FORWARD_EDGE_NODE_HOLDER")
.ok()
.and_then(|s| s.parse().ok())
.expect("SECURE_EDGE_NODE_HOLDER not set")
.expect("FORWARD_EDGE_NODE_HOLDER not set")
});