You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ENVIRONMENT_VARIABLES.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@ This document lists all environment variables used by the application, with focu
37
37
| Variable | Description | Example | Required |
38
38
|----------|-------------|---------|----------|
39
39
|`TAVILY_API_KEY`| Tavily API key for web search |`tvly-...`| No |
40
-
|`AGENT_MEMORY_SERVER_URL`| Agent memory server URL |`http://localhost:8000`| No |
40
+
|`AGENT_MEMORY_SERVER_URL`| Agent Memory Server base URL (Cloud Map or ALB) |`http://agent-memory-server.local:8000` or `http://<alb-dns>`| Yes (in cloud) |
41
+
|`AGENT_MEMORY_SERVER_API_KEY`| Token for Memory Server when auth is enabled |`your-strong-token`| Yes (in cloud) |
0 commit comments