docs(env): correct OLLAMA_API_KEY comment — tested on 0.6.5 and 0.30.6
Both versions were tested and neither enforces the key. Comment updated to say "0.6.5 or 0.30.6" and surface archiv-net as the sole effective control. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -87,8 +87,8 @@ OLLAMA_MEM_LIMIT=8g
|
|||||||
|
|
||||||
# Ollama API key — set on the Ollama service to restrict inference API access on archiv-net.
|
# Ollama API key — set on the Ollama service to restrict inference API access on archiv-net.
|
||||||
# Generate with: openssl rand -hex 32
|
# Generate with: openssl rand -hex 32
|
||||||
# NOTE: Empirically verified that OLLAMA_API_KEY is NOT enforced in Ollama 0.6.5 (ADR-028 §7).
|
# NOTE: Empirically verified that OLLAMA_API_KEY is NOT enforced in Ollama 0.6.5 or 0.30.6 (ADR-028 §7).
|
||||||
# Retained for forward compatibility. Leave empty for unauthenticated access.
|
# archiv-net network isolation is the only effective access control. Retained for forward compatibility.
|
||||||
OLLAMA_API_KEY=
|
OLLAMA_API_KEY=
|
||||||
|
|
||||||
# Production SMTP — uncomment and fill in to send real emails instead of catching them
|
# Production SMTP — uncomment and fill in to send real emails instead of catching them
|
||||||
|
|||||||
Reference in New Issue
Block a user