Navegador
| 5e4b8e4… | anonymous | 1 | # Navegador — environment configuration |
| 5e4b8e4… | anonymous | 2 | |
| 5e4b8e4… | anonymous | 3 | # Graph database |
| 5e4b8e4… | anonymous | 4 | # SQLite (local, zero-infra default) |
| 5e4b8e4… | anonymous | 5 | NAVEGADOR_DB_PATH=.navegador/graph.db |
| 5e4b8e4… | anonymous | 6 | |
| 5e4b8e4… | anonymous | 7 | # Redis-backed FalkorDB (production) |
| 5e4b8e4… | anonymous | 8 | # NAVEGADOR_REDIS_URL=redis://localhost:6379 |
| 5e4b8e4… | anonymous | 9 | |
| 5e4b8e4… | anonymous | 10 | # MCP server |
| 5e4b8e4… | anonymous | 11 | NAVEGADOR_MCP_HOST=127.0.0.1 |
| 5e4b8e4… | anonymous | 12 | NAVEGADOR_MCP_PORT=8765 |
| 5e4b8e4… | anonymous | 13 | |
| 5e4b8e4… | anonymous | 14 | # Logging |
| 5e4b8e4… | anonymous | 15 | NAVEGADOR_LOG_LEVEL=INFO |