Skip to main content

FM_IROH_CONNECT_OVERRIDES_ENV

Constant FM_IROH_CONNECT_OVERRIDES_ENV 

Source
pub const FM_IROH_CONNECT_OVERRIDES_ENV: &str = "FM_IROH_CONNECT_OVERRIDES";
Expand description

Env var to override iroh connectivity, in the legacy iroh 0.35 NodeTicket format.

Comma separated key-value list (<node_id>=<ticket>,<node_id>=<ticket>,...). Only still read by pre-0.12 binaries that link iroh 0.35; current binaries read FM_IROH_CONNECT_OVERRIDES_PLAIN_ENV instead. iroh 1.0 no longer ships the NodeTicket format, so the override format had to become version agnostic; rather than overload this var with two incompatible formats, the new format lives under its own name and both are emitted side by side.