use pipeline port

This commit is contained in:
2026-02-10 19:36:59 +08:00
parent 9bf30d8871
commit fa90155f98
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ class PipelineConfig(KeyConfig):
host:str = "0.0.0.0"
"""where am I hosted"""
port:int = 23
port:int = 8588
"""what is my port"""
pipeline_id: str = None