All properties are defined in Spring Boot Configuration Property classes. This ensures that each property has a single source of truth for default values, and allows properties to be added throughout the codebase in a type-safe, reusable manner. Where appropriate, properties are configured with default values. These defaults can be overridden by adding the property to anDocumentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
application.yml file and setting the new value. With appropriate IDE settings you can benefit from auto-completion and inline documentation when setting these properties in an application.yml or application.properties file.
Configuration properties
| Property | Type | Default | Description |
|---|---|---|---|
sign-off.enabled | Boolean | true | Flag to enable autoconfiguration of the Sign-Off API module. Can be used to enable Sign-Off features in the application server. |