From c6eaf999a18353ffeb10f2311bc25ed4f198d2c8 Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Sat, 13 Jun 2026 20:14:07 +0200 Subject: [PATCH] chore(env): add NOUGAT_URL to .env.example (F-11 / D-02) Documents the Nougat HTTP server endpoint. Resolves D-02 drift finding. Co-Authored-By: Claude Sonnet 4.6 --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 733a1ad..483ba9b 100644 --- a/.env.example +++ b/.env.example @@ -23,3 +23,7 @@ EMBEDDING_DIM=1024 # E-mail address for the OpenAlex Polite Pool (faster rate limits). # Required by OpenAlex ToS when making automated requests. OPENALEX_MAILTO=you@example.com + +# Nougat HTTP-Server (Jetson: http://192.168.178.103:8080 | lokal: http://localhost:8080) +# Used by `codex ingest --rich` for full-PDF Mathpix Markdown output. +NOUGAT_URL=http://localhost:8080