Misc Changes

This commit is contained in:
2025-10-28 00:38:38 -06:00
parent b760ac3083
commit ec56966827
8 changed files with 1147 additions and 8 deletions

View File

@@ -270,7 +270,7 @@ def load_runtime_config(overrides: Optional[Mapping[str, Any]] = None) -> Engine
runtime_config.get("API_GROUPS") or os.environ.get("BOREALIS_API_GROUPS")
)
if not api_groups:
api_groups = ("auth", "tokens", "enrollment")
api_groups = ("auth", "tokens", "enrollment", "devices")
settings = EngineSettings(
database_path=database_path,