Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ All configuration is done via environment variables (prefixed `AEGIS_`). Legacy
| `AEGIS_AUTH_TOKEN` | _(empty)_ | Master bearer token (empty = no auth) |
| `AEGIS_STATE_DIR` | `~/.aegis` | State directory (sessions, PID file) |
| `AEGIS_ACP_BIN` | _(auto)_ | Path to the ACP binary (auto-detected if empty) |
| `AEGIS_ACP_PROMPT_TIMEOUT_MS` | `60000` | Timeout in ms for ACP JSON-RPC requests (default 60s). Increase for slow BYO-LLM proxy setups (min: 1000) |
| `AEGIS_ACP_PROMPT_TIMEOUT_MS` | `120000` | Timeout in ms for ACP JSON-RPC requests (default 120s). Increase for slow BYO-LLM proxy setups (min: 1000) |
| `AEGIS_CONFIG` | _(auto)_ | Path to `aegis.config.json` |
| `AEGIS_LOG_LEVEL` | `info` | Log verbosity: `trace`, `debug`, `info`, `warn`, `error` |
| `AEGIS_MAX_SESSIONS` | _(unlimited)_ | Maximum concurrent sessions |
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Aegis is configured via environment variables:
| `AEGIS_REDIS_URL` | `redis://localhost:6379` | Redis URL (used when `AEGIS_SESSION_STORE=redis`) |
| `AEGIS_REDIS_KEY_PREFIX` | `aegis` | Redis key prefix |
| `AEGIS_STRICT_RBAC` | `false` | Enforce RBAC on protected endpoints even when auth is disabled |
| `AEGIS_ACP_PROMPT_TIMEOUT_MS` | `60000` | Timeout in ms for ACP JSON-RPC requests (increase for slow BYO-LLM proxy setups) |
| `AEGIS_ACP_PROMPT_TIMEOUT_MS` | `120000` | Timeout in ms for ACP JSON-RPC requests (increase for slow BYO-LLM proxy setups) |

See the [Enterprise Deployment Guide](enterprise.md#configuration-reference) for the complete environment variable reference (rate limiting, OIDC, hooks, notifications, alerting, and more).

Expand Down
Loading