Root Properties
These properties live at the root of chronicle.json.
Example configuration
Section titled “Example configuration”{ "port": 35000, "healthCheckEndpoint": "/health"}| Property | Type | Default | Description |
|---|---|---|---|
| port | number | 35000 | The single Chronicle port — gRPC (HTTP/2) and Workbench/API/OAuth/health (HTTP/1.1) over TLS |
| healthCheckEndpoint | string | /health | Health check endpoint path |
Health check endpoint
Section titled “Health check endpoint”Chronicle exposes the health check endpoint on the main port (35000). You can customize the path if your environment requires a different route.
To expose the health endpoint on a dedicated port — with TLS optionally disabled for orchestrator and load-balancer probes — see Health Endpoint.