MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / config

Function config

crates/openshell-server/src/service_routing.rs:816–824  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

814 }
815
816 fn config() -> ServiceRoutingConfig {
817 ServiceRoutingConfig {
818 base_domains: vec![
819 "dev.openshell.localhost".to_string(),
820 "svc.gateway.localhost".to_string(),
821 ],
822 ..ServiceRoutingConfig::default()
823 }
824 }
825
826 fn tls_config() -> openshell_core::TlsConfig {
827 openshell_core::TlsConfig {

Callers 15

run_serverFunction · 0.85
connectMethod · 0.85
driver_config_from_fileFunction · 0.85
spawnFunction · 0.85
newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected