# Configuration for the local/CI end-to-end harness. The server runs with # TEAMCLAW_MODE=e2e, which applies the deterministic seed at boot. deploy_target = "air_gapped" listen_addr = "127.0.0.1:8080" [database] url = "postgres://postgres:e2e@127.0.0.1:54330/teamclaw_e2e" [llm] provider = "scripted" model = "scripted-e2e" scenario_path = "deploy/e2e/scenarios.toml" [auth] mode = "local"