Skip to content

Overrides via Properties file

Jose V. Trigueros requested to merge property-overrides into master

Adds ability to override environment variables and defaults by providing a file path to an overrides properties file. The file must be specified using the environment variable: OVERRIDE_FILE. This can be an absolute or relative path, doesn't have to be part of the classpath.

All of these settings are applied after defaults.properties and environment variables.

Closes #27 (closed)

Merge request reports