()
| 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 { |
no outgoing calls
no test coverage detected