# TUI Configuration for SSH Testing # Connects to API through Caddy reverse proxy in smoke test environment worker_host = "caddy" worker_port = 80 worker_user = "test" worker_base = "/data/experiments" redis_addr = "redis:6379" # API key for testing (matches dev.yaml config) api_key = "test-api-key-for-e2e" [auth] enabled = false # Disable auth for smoke testing