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:
-
Command-line arguments, which let you provide additional parameters when starting the application.
-
Java System properties, used to configure the current environment.
-
OS environment variables.
-
Configuration in
etc/application.properties
files. -
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?