version | Server version |
environment | Environment name (e.g., oss for self-hosted, or tenant prefix for managed hosting) |
multiTenant | Whether the server is running in multi-tenant mode |
hosted | Whether this is a managed/hosted deployment |
useUserAuth | Whether user authentication is enabled |
useApiKeys | Whether API key authentication is enabled |
useAuditLog | Whether the audit log is enabled |
useAgentPolicy | Whether agent policy enforcement is enabled |
recoveryAgentEnabled | Whether the recovery agent is enabled |
useTapRunner | Whether tap scripts run in the separate tap-runner service |
postgresDatabase | Canonical Postgres database name. User-facing; UI reads this as authoritative and doesn’t let users edit it. |
mongodbDatabase | Canonical MongoDB database name (user-facing). In multi-tenant mode this is the tenant environment name; in single-tenant it comes from mongodb.database in application.yaml. Distinct from the internal platform database (mongodb.internalDatabase, default oss) which holds pipeline/tap configs and run state and is never surfaced in the UI. |
pipelineMaxPayloadMB | Per-run payload disk budget in force on this install, in MB (0 = unlimited). Agents size a tap run against this value, not against the documented default of 4096. |
pipelineMaxPayloadMBSource | Where the disk budget came from: env (PIPELINE_MAX_PAYLOAD_MB), deprecated-alias (TAP_MAX_OUTPUT_MB) or default |
tapScriptTimeoutSeconds | Wall-clock ceiling in force for a tap test, in seconds |
tapScriptTimeoutSecondsSource | Where the test ceiling came from: env (TAP_SCRIPT_TIMEOUT_SECONDS) or default |
tapRunTimeoutSeconds | Wall-clock ceiling in force for a real or scheduled tap run, in seconds |
tapRunTimeoutSecondsSource | Where the run ceiling came from: env (TAP_RUN_TIMEOUT_SECONDS), derived (unset, resolved to max(3600, tapScriptTimeoutSeconds)) or default |