Merge branch 'develop' of http://8.153.151.51:8888/team_group/model-develop into develop
# Conflicts: # schedule/src/schedule/orchestrator.py # schedule/src/schedule/worker.py
This commit is contained in:
@@ -54,6 +54,10 @@ class Settings(BaseSettings):
|
||||
default="http://runtime:8000",
|
||||
description="Backend → Runtime HTTP endpoint.",
|
||||
)
|
||||
rclone_rc_url: str = Field(
|
||||
default="http://runtime:5572",
|
||||
description="Backend → rclone RC HTTP endpoint (VFS cache invalidation).",
|
||||
)
|
||||
|
||||
# ── RustFS object storage ────────────────────────────────────
|
||||
rustfs_endpoint: str = Field(
|
||||
|
||||
Reference in New Issue
Block a user