Properties
This section provides full details of all the properties used by the Atoti Sign-Off API.
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 an 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.
Module properties
Key | Description | Default value |
---|---|---|
sign-off.enabled | A flag used to enable autoconfiguration of this Sign-Off API module. Can be used to enable Sign-Off features in the application server. | true |