Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions web-ui/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ NEXT_PUBLIC_API_URL=
# chunked responses, which breaks real-time streaming.
# Defaults to http://localhost:8000 if not set.
NEXT_PUBLIC_SSE_URL=http://localhost:8000

# WebSocket URL for agent chat sessions.
# WebSocket requires a direct connection — Next.js proxy doesn't support it.
# Defaults to ws://localhost:8000 if not set.
NEXT_PUBLIC_WS_URL=ws://localhost:8000
Loading
Loading