-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
67 lines (53 loc) · 1.74 KB
/
env.example
File metadata and controls
67 lines (53 loc) · 1.74 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# LLM Provider API Keys
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
GOOGLE_API_KEY=
XAI_API_KEY=
# OpenRouter - Unified API for 400+ models from multiple providers
# Get your API key at: https://openrouter.ai/keys
OPENROUTER_API_KEY=
OLLAMA_BASE_URL=http://127.0.0.1:11434
# NVIDIA NIM Configuration (GPU-accelerated local LLM inference)
# NIM provides OpenAI-compatible API for self-hosted models
NIM_BASE_URL=http://localhost:8000/v1
NIM_API_KEY=
# NVIDIA PersonaPlex Configuration (Voice AI)
# Full-duplex speech-to-speech with customizable voice and persona
PERSONAPLEX_URL=http://localhost:8998
PERSONAPLEX_VOICE=NATM1
PERSONAPLEX_CPU_OFFLOAD=true
# NVIDIA NeMo Guardrails Configuration (AI Safety)
# ML-based guardrails for jailbreak detection, topic control, and content safety
NEMO_GUARDRAILS_URL=http://localhost:7331
NEMO_GUARDRAILS_ENABLED=true
# NVIDIA Morpheus Configuration (Threat Detection)
# GPU-accelerated AI pipelines for DFP, DGA, phishing, and ransomware detection
MORPHEUS_URL=http://localhost:8080
MORPHEUS_ENABLED=true
# NVIDIA RAPIDS Configuration (Accelerated Data Processing)
# GPU-accelerated data science for batch IOC analysis, correlation, and clustering
RAPIDS_URL=http://localhost:8090
RAPIDS_ENABLED=true
# Security Data Sources
NVD_API_KEY=
CISA_API_KEY=
VIRUSTOTAL_API_KEY=
ABUSEIPDB_API_KEY=
SHODAN_API_KEY=
# Optional: Web search
TAVILY_API_KEY=
EXA_API_KEY=
# Neo4j Graph Database (Attack Surface Intelligence)
NEO4J_URI=bolt://localhost:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=gideon
NEO4J_DATABASE=neo4j
# MCP Security Tools Server
MCP_SECURITY_URL=http://localhost:8000
MCP_ENABLED=true
# GitHub (for Remediation PRs)
GITHUB_TOKEN=
# Application Settings
GIDEON_OUTPUT_DIR=./outputs
GIDEON_LOG_LEVEL=info
GIDEON_CONFIG=./gideon.config.yaml