mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-15 18:55:48 -07:00
Misc Changes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user