Skip to content

Commit c170e6e

Browse files
committed
correct default port for langgraph typescript
1 parent 77a7405 commit c170e6e

File tree

1 file changed

+1
-1
lines changed
  • typescript-sdk/apps/dojo/src

1 file changed

+1
-1
lines changed

typescript-sdk/apps/dojo/src/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function getEnvVars(): envVars {
2727
mastraUrl: process.env.MASTRA_URL || 'http://localhost:4111',
2828
langgraphPythonUrl: process.env.LANGGRAPH_PYTHON_URL || 'http://localhost:2024',
2929
langgraphFastApiUrl: process.env.LANGGRAPH_FAST_API_URL || 'http://localhost:8000',
30-
langgraphTypescriptUrl: process.env.LANGGRAPH_TYPESCRIPT_URL || 'http://localhost:8000',
30+
langgraphTypescriptUrl: process.env.LANGGRAPH_TYPESCRIPT_URL || 'http://localhost:2024',
3131
agnoUrl: process.env.AGNO_URL || 'http://localhost:9001',
3232
llamaIndexUrl: process.env.LLAMA_INDEX_URL || 'http://localhost:9000',
3333
crewAiUrl: process.env.CREW_AI_URL || 'http://localhost:9002',

0 commit comments

Comments
 (0)