server_address_from_env

Function server_address_from_env 

Source
pub fn server_address_from_env() -> String
Expand description

Returns the address of the beacon server in this environment.

The value of the ICED_BEACON_SERVER_ADDRESS env variable will be returned, if defined.

Otherwise, a default local server address will be returned.