From 126d8830b8bee14c90fba5e970df41d03d200d3e Mon Sep 17 00:00:00 2001 From: cthomas Date: Thu, 5 Feb 2026 18:42:38 -0800 Subject: [PATCH] feat: set memfs env vars in deploy wf (#9318) --- letta/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letta/settings.py b/letta/settings.py index 308d9cbc..b2302b57 100644 --- a/letta/settings.py +++ b/letta/settings.py @@ -330,7 +330,7 @@ class Settings(BaseSettings): memfs_service_url: str | None = Field( default=None, validation_alias=AliasChoices("LETTA_MEMFS_SERVICE_URL"), - description="URL of the memfs service (e.g., http://memfs:8284). When set, git memory operations use this service.", + description="URL of the memfs service (e.g., http://memfs-py:8285). When set, git memory operations use this service.", ) # multi agent settings