use pipeline port
This commit is contained in:
@@ -324,7 +324,7 @@ if __name__ == "__main__":
|
|||||||
uvicorn.run(
|
uvicorn.run(
|
||||||
"server_dashscope:app",
|
"server_dashscope:app",
|
||||||
host="0.0.0.0",
|
host="0.0.0.0",
|
||||||
port=8588,
|
port=pipeline_config.port,
|
||||||
reload=True,
|
reload=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ class PipelineConfig(KeyConfig):
|
|||||||
host:str = "0.0.0.0"
|
host:str = "0.0.0.0"
|
||||||
"""where am I hosted"""
|
"""where am I hosted"""
|
||||||
|
|
||||||
port:int = 23
|
port:int = 8588
|
||||||
"""what is my port"""
|
"""what is my port"""
|
||||||
|
|
||||||
pipeline_id: str = None
|
pipeline_id: str = None
|
||||||
|
|||||||
Reference in New Issue
Block a user