Skip to main content

load_server_settings

Function load_server_settings 

Source
pub async fn load_server_settings(
    cli_cluster: Option<&PathBuf>,
    cli_bind: Option<String>,
    cli_allow_unauthenticated: bool,
    cli_require_all_graphs: bool,
) -> Result<ServerConfig>
Expand description

RFC-011 cluster-only boot: the server serves exclusively from a cluster’s applied revision (--cluster <dir | s3://…>). The legacy omnigraph.yaml / --target / positional-URI single-graph boot paths were removed — a deployment serves from exactly one source.