Skip to content

Configuration

gs-ai edited this page Mar 18, 2026 · 2 revisions

Configuration

Primary Config Files

  • config/ingest_sources.yaml source enablement and feed settings
  • config.yml local project-level settings
  • agents/config.yaml agent runtime settings

Common Environment Variables

  • PYTHON_BIN override Python interpreter used by wrapper scripts
  • ACE_T_ENABLE_STREAMING enable streaming graph updates (1/0)
  • ACE_T_SKIP_BUILD reuse existing graph artifacts (1/0)
  • ACE_T_FORCE_BUILD force rebuild even when skip would apply
  • RANSOMWARE_LIVE_API_KEY override API key file value

API Key Location

  • outside_data/ransomware_live_api_key.txt
  • ThreatFox auth key can be supplied by env (THREATFOX_API_KEY/ABUSECH_AUTH_KEY) or local key file used by the code path.

Validation Approach

  • Confirm source config syntax before runs.
  • Run one-shot build and verify graph_3d_render.json creation.
  • Check viewer loads and source legend renders expected entries.

Clone this wiki locally