# Configuration for the local/CI end-to-end harness. The server runs with # CLAWMATES_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/clawmates_e2e" [llm] provider = "scripted" model = "scripted-e2e" scenario_path = "deploy/e2e/scenarios.toml" [auth] mode = "local" [broker] socket_path = "/tmp/clawmates-e2e-broker.sock" [slack] base_url = "http://127.0.0.1:8080/__slack" [oauth] issuer_url = "http://127.0.0.1:54556/dex" client_id = "clawmates" client_secret = "tc-e2e-oauth-secret" redirect_base = "http://127.0.0.1:8080"