Skip to content

Features

Feature toggles enable or disable specific Chronicle Server capabilities.

{
"features": {
"api": true,
"workbench": true,
"changesetStorage": false,
"oAuthAuthority": true
}
}
PropertyTypeDefaultDescription
apibooleantrueEnable REST API endpoint
workbenchbooleantrueEnable web-based management interface
changesetStoragebooleanfalseEnable changeset storage functionality
oAuthAuthoritybooleantrueEnable internal OpenIdDict-based OAuth authority

If the API is disabled, the Workbench is also disabled because it depends on the API. The OAuth authority is automatically disabled when an external authority is configured via authentication.authority.