()
| 61 | } |
| 62 | |
| 63 | pub fn default_gateway_config_path() -> Result<PathBuf> { |
| 64 | Ok(openshell_core::paths::openshell_config_dir()?.join("gateway.toml")) |
| 65 | } |
| 66 | |
| 67 | pub fn default_database_url() -> Result<String> { |
| 68 | let path = openshell_core::paths::openshell_state_dir()? |
no test coverage detected