forked from samugit83/redamon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 1 KB
/
.env.example
File metadata and controls
21 lines (18 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# =============================================================================
# RedAmon — Environment Configuration
# =============================================================================
# Copy this file to .env and fill in at least one AI provider key.
# cp .env.example .env
#
# All values below have sane defaults — you only NEED to set an AI key.
# =============================================================================
# ---------------------------------------------------------------------------
# AI Provider Keys (at least one required)
# ---------------------------------------------------------------------------
ANTHROPIC_API_KEY= # recommended
OPENAI_API_KEY=
# ---------------------------------------------------------------------------
# Optional API Keys
# ---------------------------------------------------------------------------
TAVILY_API_KEY= # web search for AI agent
NVD_API_KEY= # NIST NVD (higher rate limits for vuln lookups)