-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 853 Bytes
/
.env.example
File metadata and controls
22 lines (18 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
MONITOR_PORT=3001
MONITOR_USER=admin
MONITOR_PASS=replace-with-a-long-random-password
DATABASE_URL=postgresql://bulwark:replace-with-db-password@localhost:5432/bulwark
ENCRYPTION_KEY=replace-with-a-long-random-secret
# ── AI Providers ────────────────────────────────────────────────────────
# Ollama (default local LLM — install from ollama.com)
OLLAMA_BASE_URL=http://localhost:11434
OLLAMA_MODEL=qwen3:8b
# Anthropic Claude API (optional — for premium analysis tasks)
# ANTHROPIC_API_KEY=sk-ant-...
# OpenAI (optional — for Codex CLI fallback)
# OPENAI_API_KEY=sk-...
# Optional
# VPS_DATABASE_URL=postgresql://user:password@host:5432/dbname
# APP_NAME=Bulwark
# REPO_DIR=/path/to/repo
# BULWARK_ALLOW_PRIVATE_TARGETS=false