ProxAI 最常用默认值与运行时限制的速查表。取值反映生成的 config.example.toml。权威带注释全文见 配置参考;本页是精选摘要,不是完整镜像。
| 设置 | 默认值 |
|---|
| Proxy 监听地址 | http://127.0.0.1:18080 |
| MCP endpoint | http://127.0.0.1:18081/mcp |
| 设置 | 默认值 |
|---|
`max_request_body_bytes` | 52428800(50 MiB) |
`max_concurrent_requests` | 64 |
| 设置 | 默认值 | 含义 |
|---|
`read_idle_timeout_secs` | 120 | 等待上游 bytes 时的 idle-read timeout(不是整条请求的总时长上限)。见 契约 C22。 |
`[tool_calls].timeout_secs` | 120 | 不完整 streamed 工具调用参数的语义超时(必须 > 0)。见 契约 C4。 |
所有 capture phase 默认均为 false。ProxAI 启动时会创建 app dir 下的 captures/ 目录;phase 开关只控制是否往里写 artifact。
| Phase | 默认值 |
|---|
`inbound_request_enabled` | false |
`provider_request_enabled` | false |
`upstream_response_enabled` | false |
`outbound_response_enabled` | false |
| 设置 | 默认值 |
|---|
`level` | info |
`output_format` | human |
`use_color` | true |
`warn_ms` | 5000 |
`error_ms` | 15000 |
| 设置 | 默认值 |
|---|
`[error_responses].format` | text |
| 平台 | 默认位置 |
|---|
| Windows | %USERPROFILE%\.proxai\ |
| Linux/macOS | ~/.proxai/ |