feat: refresh VFS
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