-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 841 Bytes
/
.env.example
File metadata and controls
27 lines (22 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ========================
# Core Agent Config
# ========================
USE_METTA_KG=true # enables MeTTa knowledge graph integration
ANALYZER_ADDRESS=http://127.0.0.1:8002/submit
INTAKE_ADDRESS=http://127.0.0.1:8001/submit
# ========================
# Go-based Analyzer Service (optional)
# ========================
GO_ANALYZER_URL=http://localhost:8080
# ========================
# MeTTa Knowledge Graph
# ========================
METTA_GRAPH_PATH=./data/metta_knowledge_graph.metta # local file storage for the KG
METTA_LOGGING=true # enable KG event logging
METTA_DEBUG=false # verbose debugging off by default
# ========================
# Security / Environment
# ========================
ENVIRONMENT=development
LOG_LEVEL=info
##USE_METTA_KG=true