File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -309,3 +309,18 @@ PROMETHEUS_PORT=9090
309309DEV_MODE = true
310310DISABLE_AUTH = false # Never set to true in production!
311311ENABLE_DEBUG_ENDPOINTS = false
312+
313+ # ============================================================================
314+ # HTTP Server Configuration (when using --transport http)
315+ # ============================================================================
316+
317+ # Host address to bind HTTP server (default: 127.0.0.1)
318+ # Use 0.0.0.0 to allow external connections
319+ CODEGRAPH_HTTP_HOST = 127.0.0.1
320+
321+ # Port for HTTP server (default: 3000)
322+ CODEGRAPH_HTTP_PORT = 3000
323+
324+ # SSE keep-alive interval in seconds (default: 15)
325+ # Prevents proxy timeouts for long-running agentic operations
326+ CODEGRAPH_HTTP_KEEP_ALIVE = 15
You can’t perform that action at this time.
0 commit comments