System catalog (auth, roles, tenants) redb file.
(&self)
| 183 | |
| 184 | /// System catalog (auth, roles, tenants) redb file. |
| 185 | pub fn catalog_path(&self) -> PathBuf { |
| 186 | self.server.data_dir.join("system.redb") |
| 187 | } |
| 188 | } |
| 189 | |
| 190 | #[cfg(test)] |
no test coverage detected