feat: refresh VFS

This commit is contained in:
tao.chen
2026-08-03 20:23:18 +08:00
parent e1172a0091
commit 134f8ca552
4 changed files with 32 additions and 0 deletions
+4
View File
@@ -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(