User Community Service Desk Downloads
If you can't find the product or version you're looking for, visit support.ataccama.com/downloads

Configuration Reference

In ONE, application, module, and other properties can be provided in a number of ways. Depending on where they are specified, properties are prioritized in the following order, starting from the highest priority:

  1. Command-line arguments, which let you provide additional parameters when starting the application.

  2. Java System properties, used to configure the current environment.

  3. OS environment variables.

  4. Configuration in etc/application.properties files.

  5. Properties set through the Configuration Service.

    It is possible to change the priority level assigned to the Configuration Service so that it overrides local, module-specific application.properties files. This is done by adding the following property to the client configuration: ataccama.config-service.override-local=true.

Was this page useful?