feat: add ops center and node onboarding flow
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user