-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
19 lines (16 loc) · 993 Bytes
/
config.example.yaml
File metadata and controls
19 lines (16 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# AtomicLoop Configuration
# =========================================================
# Copy this file to config.yaml and adjust to your environment.
port: 5011
db_path: ./atomicloop.db
# ── Execution settings ──────────────────────────────────
execution:
timeout: 30 # Default execution timeout (seconds)
require_confirm: true # Require confirm=true in API body to execute
auto_save: true # Persist every run automatically (SQLite or PostgreSQL)
max_events: 500 # Max events to collect per run
# ── Integration URLs ────────────────────────────────────
integrations:
lognorm_url: http://127.0.0.1:5006 # LogNorm — event normalization
huntforge_url: http://127.0.0.1:5007 # HuntForge — technique context
driftwatch_url: http://127.0.0.1:5008 # DriftWatch — Sigma validation