feat: add ops center and node onboarding flow

This commit is contained in:
Your Name
2026-04-18 23:52:51 +08:00
parent 246838ae4c
commit b9c29481b5
142 changed files with 89727 additions and 186 deletions

View File

@@ -42,6 +42,13 @@ class Settings(BaseSettings):
sync_shared_token: str = ""
sync_batch_size: int = 200
sync_poll_interval_seconds: int = 30
build_manifest_path: str = ""
build_commit_sha: str = ""
build_commit_ref: str = ""
build_generated_at: str = ""
build_package_name: str = ""
build_checksum: str = ""
build_source_label: str = ""
@property
def cors_origins_list(self) -> list[str]: