MCPcopy Create free account
hub / github.com/Barre/compact_log / ServerConfig

Class ServerConfig

src/main.rs:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86#[derive(Debug, Deserialize, Serialize)]
87struct ServerConfig {
88 bind_addr: String,
89 base_url: String,
90 #[serde(skip_serializing_if = "Option::is_none")]
91 static_endpoint: Option<String>,
92}
93
94#[derive(Debug, Deserialize, Serialize)]
95struct KeysConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected