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 <noreply@anthropic.com>
This commit is contained in:
Tarik Moussa
2026-06-13 20:14:07 +02:00
parent 456dea102b
commit c6eaf999a1

View File

@@ -23,3 +23,7 @@ EMBEDDING_DIM=1024
# E-mail address for the OpenAlex Polite Pool (faster rate limits). # E-mail address for the OpenAlex Polite Pool (faster rate limits).
# Required by OpenAlex ToS when making automated requests. # Required by OpenAlex ToS when making automated requests.
OPENALEX_MAILTO=you@example.com OPENALEX_MAILTO=you@example.com
# Nougat HTTP-Server (Jetson: http://192.168.178.103:8080 | lokal: http://localhost:8080)
# Used by `codex ingest <id> --rich` for full-PDF Mathpix Markdown output.
NOUGAT_URL=http://localhost:8080