+18
-4
@@ -1,5 +1,5 @@
|
||||
###############################################################################
|
||||
# GLPI NEUROFORGE MEGA v1.4.x - VOLLSTÄNDIGE .ENV.example
|
||||
# GLPI NEUROFORGE MEGA v1.5.0 - VOLLSTÄNDIGE .ENV.example
|
||||
#
|
||||
# Diese Datei ist die zentrale Konfiguration für docker compose.
|
||||
# Sie enthält:
|
||||
@@ -26,8 +26,11 @@
|
||||
###############################################################################
|
||||
|
||||
###############################################################################
|
||||
# 01. MEGA STACK - HOST PORTS / PFADE
|
||||
# 01. MEGA STACK - RELEASE / HOST PORTS / PFADE
|
||||
###############################################################################
|
||||
# Immutable Registry-Tag der sechs Projekt-Images. "latest" ist produktiv verboten.
|
||||
IMAGE_TAG=1.5.0
|
||||
|
||||
CONTROL_HOST_PORT=8070
|
||||
AGENT_HOST_PORT=8080
|
||||
KNOWLEDGE_HOST_PORT=8081
|
||||
@@ -47,12 +50,19 @@ KB_STAGING_PATH=./staging
|
||||
# Erzeugen z. B. mit: ./scripts/generate-secrets.sh
|
||||
NEUROFORGE_ADMIN_TOKEN=CHANGE_ME_ADMIN_TOKEN
|
||||
NEUROFORGE_APP_API_KEY=CHANGE_ME_APP_API_KEY
|
||||
# Nur Agent/Knowledge Integrations- und Outcome-Schreibpfade.
|
||||
NEUROFORGE_INTEGRATION_TOKEN=CHANGE_ME_INTEGRATION_TOKEN_LONG
|
||||
# Nur NeuroForge Status/Graph-Lesezugriffe des Control Centers.
|
||||
NEUROFORGE_CONTROL_READ_TOKEN=CHANGE_ME_NF_CONTROL_READ_TOKEN_LONG
|
||||
NEUROFORGE_WORKER_TOKEN=CHANGE_ME_WORKER_TOKEN
|
||||
NEUROFORGE_METRICS_TOKEN=CHANGE_ME_METRICS_TOKEN
|
||||
# Nur bei Clusterbetrieb erforderlich.
|
||||
NEUROFORGE_CLUSTER_TOKEN=
|
||||
KB_INTEGRATION_TOKEN=CHANGE_ME_KB_INTEGRATION_TOKEN
|
||||
CONTROL_READ_TOKEN=CHANGE_ME_CONTROL_READ_TOKEN
|
||||
CONTROL_READ_TOKEN=CHANGE_ME_AGENT_CONTROL_READ_TOKEN_LONG
|
||||
# Eigene Anmeldung des Control Centers; /healthz bleibt absichtlich öffentlich.
|
||||
CONTROL_BASIC_AUTH_USER=admin
|
||||
CONTROL_BASIC_AUTH_PASSWORD=CHANGE_ME_CONTROL_WEB_PASSWORD_LONG
|
||||
# Optionaler externer OpenAI-Fallback. Leer = deaktiviert.
|
||||
OPENAI_API_KEY=
|
||||
|
||||
@@ -108,6 +118,8 @@ NEUROFORGE_CONTROLLED_LEARNING=true
|
||||
# Separate gate for semantic goal-cycle memories. Required for manual/autonomous
|
||||
# Goal cycles to learn while Controlled Learning remains enabled.
|
||||
NEUROFORGE_GOAL_LEARNING_ENABLED=false
|
||||
# Mega-Readiness prüft Ollama /api/tags sowie Chat- und Embedding-Modell live.
|
||||
NEUROFORGE_READINESS_OLLAMA_LIVE=true
|
||||
|
||||
# Ticket -> KI-Vorschlag -> Techniker bestätigt/korrigiert -> Trusted Outcome.
|
||||
OUTCOME_LEARNING_ENABLED=true
|
||||
@@ -538,7 +550,9 @@ KNOWLEDGE_AUTO_REPLY_SOURCES=internal-kb,glpi-kb,vendor-docs,vendor-docs-ms,vend
|
||||
# gespeichert.
|
||||
#
|
||||
# Das statische KNOWLEDGE_DIR bleibt read-only.
|
||||
KNOWLEDGE_WEB_EDIT_ENABLED=true
|
||||
KNOWLEDGE_WEB_EDIT_ENABLED=false
|
||||
# Nur Mega-Compose: expliziter Legacy-Schalter für den Agent-eigenen Editor.
|
||||
AGENT_LEGACY_KNOWLEDGE_EDITOR_ENABLED=false
|
||||
###############################################################################
|
||||
# 19. GLPI KNOWLEDGE BASE CONNECTOR
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user