Skip to main content
The application.yml file configures the Sign-Off database settings, including initial load, schema, cube-level adjustments, conflicts, and domains. Location: signoff-starter\src\main\resources.

File values

Section: content.hibernate

This section configures the Content Service database and connections to the Content Server.

Section: JWT configuration

This section configures the JWT parameters used for authentication

Section: Content Server security configuration

This section configures the Content Service entitlements

Section: Activiti

This section configures the use of the Activiti workflow engine. See Activity user guide for details about the Activiti workflow engine: https://www.activiti.org/userguide/

Section: Activiti database

This section configures the Activiti database and the connection to the Activiti database.

Section: Application database

This section configures the Application database and the connection to the Application database.

Section: RESTful service

This section configures the access to the RESTful service used to communicate with the Atoti Server that contains the data to be signed-off (in this case, the MR application). Note that this configuration stands as an example. We don’t ship this configuration by default.
To add the configuration related to other application servers, add these properties:
  • sign-off.application.rest-apis.<server name>.url
  • sign-off.application.rest-apis.<server name>.user
  • sign-off.application.rest-apis.<server name>.password
where <server name> is the server name defined in the sign-off definitions related to the application server.You can also optionally add the following properties. If they are not provided, the defaults shown above for MR will be used for the new application server.
  • sign-off.application.rest-apis.<server name>.status-endpoint
  • sign-off.application.rest-apis.<server name>.polling-period-in-milliseconds
  • sign-off.application.rest-apis.<server name>.initial-delay-in-milliseconds
  • sign-off.application.rest-apis.<server name>.notify-on-failure-count
  • sign-off.application.rest-apis.<server name>.notify-on-success-count

Section: Audit Log database

This section configures the Audit Log database and the connection to the Audit Log database.

Section: sign-off

This section defines additional properties used in the sign-off process

Section: Spring Boot