/ fedimint-server / src / envs.rs
envs.rs
1  /// The env var for maximum open connections the API can handle
2  pub const FM_MAX_CLIENT_CONNECTIONS_ENV: &str = "FM_MAX_CLIENT_CONNECTIONS";
3  pub const FM_PEER_ID_SORT_BY_URL_ENV: &str = "FM_PEER_ID_SORT_BY_URL";